Shades of Cerise #D62969
Tints of Cerise #D62969
RGB
CMYK
RGB Variations
Color information
#D62969 (or 0xD62969) is known color: Cerise. HEX triplet: D6, 29 and 69. RGB value is (214,41,105). Sum of RGB (Red+Green+Blue) = 214+41+105=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D62969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62969 is #29D696. Grayscale: #636363. Windows color (decimal): -2741911 or 6891990. OLE color: 6891990.
HSL color Cylindrical-coordinate representation of color #D62969: hue angle of 337.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62969 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 105 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.16 |
| HSL | 337.8º | 0.68% | 0.5% | - |
| HSV(B) | 337.8º | 0.81% | 0.84% | - |
| XYZ | 31.07 | 16.9 | 14.99 | - |
| YUV | 100.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 105 | 0 | 0.81 | 0.51 | 0.16 | 337.8 | 0.68 | 0.5 |
| Hex | D6 | 29 | 69 | 0 | 51 | 33 | 10 | 152 | 44 | 32 |
| Octal | 326 | 51 | 151 | 0 | 121 | 63 | 20 | 522 | 104 | 62 |
| Binary | 11010110 | 101001 | 1101001 | 0 | 1010001 | 110011 | 10000 | 101010010 | 1000100 | 110010 |
Color Harmonies of #D62969
Complementary color
Monochromatic Colors of #D62969
Black with #D62969
Text Example
Text Example
White with #D62969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62969; }
p { color: rgb(214,41,105); }
H1.HeaderClassName
{
color: #D62969;
}
.AnyTagClassName
{
color: #D62969;
}
</style>
background-color css
<style>
a { background-color: #D62969; }
a { background-color: rgb(214,41,105); }
div.DivClassName
{
background-color: #D62969;
}
.BgClassName
{
background-color: #D62969;
}
</style>
border-color css
<style>
span { border-color: #D62969; }
span { border-color: rgb(214,41,105); }
td.TdClassName
{
border-color: #D62969;
}
.TagClassName
{
border-color: #D62969;
}
</style>