Shades of Cerise #D03664
Tints of Cerise #D03664
RGB
CMYK
RGB Variations
Color information
#D03664 (or 0xD03664) is known color: Cerise. HEX triplet: D0, 36 and 64. RGB value is (208,54,100). Sum of RGB (Red+Green+Blue) = 208+54+100=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D03664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03664 is #2FC99B. Grayscale: #696969. Windows color (decimal): -3131804 or 6567632. OLE color: 6567632.
HSL color Cylindrical-coordinate representation of color #D03664: hue angle of 342.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03664 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 100 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.18 |
| HSL | 342.08º | 0.62% | 0.51% | - |
| HSV(B) | 342.08º | 0.74% | 0.82% | - |
| XYZ | 29.63 | 16.97 | 13.77 | - |
| YUV | 105.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 100 | 0 | 0.74 | 0.52 | 0.18 | 342.08 | 0.62 | 0.51 |
| Hex | D0 | 36 | 64 | 0 | 4A | 34 | 12 | 156 | 3E | 33 |
| Octal | 320 | 66 | 144 | 0 | 112 | 64 | 22 | 526 | 76 | 63 |
| Binary | 11010000 | 110110 | 1100100 | 0 | 1001010 | 110100 | 10010 | 101010110 | 111110 | 110011 |
Color Harmonies of #D03664
Complementary color
Monochromatic Colors of #D03664
Black with #D03664
Text Example
Text Example
White with #D03664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03664; }
p { color: rgb(208,54,100); }
H1.HeaderClassName
{
color: #D03664;
}
.AnyTagClassName
{
color: #D03664;
}
</style>
background-color css
<style>
a { background-color: #D03664; }
a { background-color: rgb(208,54,100); }
div.DivClassName
{
background-color: #D03664;
}
.BgClassName
{
background-color: #D03664;
}
</style>
border-color css
<style>
span { border-color: #D03664; }
span { border-color: rgb(208,54,100); }
td.TdClassName
{
border-color: #D03664;
}
.TagClassName
{
border-color: #D03664;
}
</style>