Shades of Deep Blush #DC6382
Tints of Deep Blush #DC6382
RGB
CMYK
RGB Variations
Color information
#DC6382 (or 0xDC6382) is known color: Deep Blush. HEX triplet: DC, 63 and 82. RGB value is (220,99,130). Sum of RGB (Red+Green+Blue) = 220+99+130=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6382 is #239C7D. Grayscale: #8A8A8A. Windows color (decimal): -2333822 or 8545244. OLE color: 8545244.
HSL color Cylindrical-coordinate representation of color #DC6382: hue angle of 344.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6382 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 130 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.14 |
| HSL | 344.63º | 0.63% | 0.63% | - |
| HSV(B) | 344.63º | 0.55% | 0.86% | - |
| XYZ | 38.01 | 25.75 | 24.09 | - |
| YUV | 138.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 130 | 0 | 0.55 | 0.41 | 0.14 | 344.63 | 0.63 | 0.63 |
| Hex | DC | 63 | 82 | 0 | 37 | 29 | E | 159 | 3F | 3F |
| Octal | 334 | 143 | 202 | 0 | 67 | 51 | 16 | 531 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10000010 | 0 | 110111 | 101001 | 1110 | 101011001 | 111111 | 111111 |
Color Harmonies of #DC6382
Complementary color
Monochromatic Colors of #DC6382
Black with #DC6382
Text Example
Text Example
White with #DC6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6382; }
p { color: rgb(220,99,130); }
H1.HeaderClassName
{
color: #DC6382;
}
.AnyTagClassName
{
color: #DC6382;
}
</style>
background-color css
<style>
a { background-color: #DC6382; }
a { background-color: rgb(220,99,130); }
div.DivClassName
{
background-color: #DC6382;
}
.BgClassName
{
background-color: #DC6382;
}
</style>
border-color css
<style>
span { border-color: #DC6382; }
span { border-color: rgb(220,99,130); }
td.TdClassName
{
border-color: #DC6382;
}
.TagClassName
{
border-color: #DC6382;
}
</style>