Shades of Cerise #D02168
Tints of Cerise #D02168
RGB
CMYK
RGB Variations
Color information
#D02168 (or 0xD02168) is known color: Cerise. HEX triplet: D0, 21 and 68. RGB value is (208,33,104). Sum of RGB (Red+Green+Blue) = 208+33+104=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D02168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02168 is #2FDE97. Grayscale: #5D5D5D. Windows color (decimal): -3137176 or 6824400. OLE color: 6824400.
HSL color Cylindrical-coordinate representation of color #D02168: hue angle of 335.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02168 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 104 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.18 |
| HSL | 335.66º | 0.73% | 0.47% | - |
| HSV(B) | 335.66º | 0.84% | 0.82% | - |
| XYZ | 29.05 | 15.5 | 14.56 | - |
| YUV | 93.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 104 | 0 | 0.84 | 0.5 | 0.18 | 335.66 | 0.73 | 0.47 |
| Hex | D0 | 21 | 68 | 0 | 54 | 32 | 12 | 150 | 49 | 2F |
| Octal | 320 | 41 | 150 | 0 | 124 | 62 | 22 | 520 | 111 | 57 |
| Binary | 11010000 | 100001 | 1101000 | 0 | 1010100 | 110010 | 10010 | 101010000 | 1001001 | 101111 |
Color Harmonies of #D02168
Complementary color
Monochromatic Colors of #D02168
Black with #D02168
Text Example
Text Example
White with #D02168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02168; }
p { color: rgb(208,33,104); }
H1.HeaderClassName
{
color: #D02168;
}
.AnyTagClassName
{
color: #D02168;
}
</style>
background-color css
<style>
a { background-color: #D02168; }
a { background-color: rgb(208,33,104); }
div.DivClassName
{
background-color: #D02168;
}
.BgClassName
{
background-color: #D02168;
}
</style>
border-color css
<style>
span { border-color: #D02168; }
span { border-color: rgb(208,33,104); }
td.TdClassName
{
border-color: #D02168;
}
.TagClassName
{
border-color: #D02168;
}
</style>