Shades of Deep Cerise #DC4287
Tints of Deep Cerise #DC4287
RGB
CMYK
RGB Variations
Color information
#DC4287 (or 0xDC4287) is known color: Deep Cerise. HEX triplet: DC, 42 and 87. RGB value is (220,66,135). Sum of RGB (Red+Green+Blue) = 220+66+135=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4287 is #23BD78. Grayscale: #777777. Windows color (decimal): -2342265 or 8864476. OLE color: 8864476.
HSL color Cylindrical-coordinate representation of color #DC4287: hue angle of 333.12º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4287 is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 135 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.14 |
| HSL | 333.12º | 0.69% | 0.56% | - |
| HSV(B) | 333.12º | 0.7% | 0.86% | - |
| XYZ | 35.84 | 20.86 | 25.06 | - |
| YUV | 119.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 135 | 0 | 0.7 | 0.39 | 0.14 | 333.12 | 0.69 | 0.56 |
| Hex | DC | 42 | 87 | 0 | 46 | 27 | E | 14D | 45 | 38 |
| Octal | 334 | 102 | 207 | 0 | 106 | 47 | 16 | 515 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10000111 | 0 | 1000110 | 100111 | 1110 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DC4287
Complementary color
Monochromatic Colors of #DC4287
Black with #DC4287
Text Example
Text Example
White with #DC4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4287; }
p { color: rgb(220,66,135); }
H1.HeaderClassName
{
color: #DC4287;
}
.AnyTagClassName
{
color: #DC4287;
}
</style>
background-color css
<style>
a { background-color: #DC4287; }
a { background-color: rgb(220,66,135); }
div.DivClassName
{
background-color: #DC4287;
}
.BgClassName
{
background-color: #DC4287;
}
</style>
border-color css
<style>
span { border-color: #DC4287; }
span { border-color: rgb(220,66,135); }
td.TdClassName
{
border-color: #DC4287;
}
.TagClassName
{
border-color: #DC4287;
}
</style>