Shades of Cerise #D02968
Tints of Cerise #D02968
RGB
CMYK
RGB Variations
Color information
#D02968 (or 0xD02968) is known color: Cerise. HEX triplet: D0, 29 and 68. RGB value is (208,41,104). Sum of RGB (Red+Green+Blue) = 208+41+104=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02968 is #2FD697. Grayscale: #626262. Windows color (decimal): -3135128 or 6826448. OLE color: 6826448.
HSL color Cylindrical-coordinate representation of color #D02968: hue angle of 337.37º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02968 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 104 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.18 |
| HSL | 337.37º | 0.67% | 0.49% | - |
| HSV(B) | 337.37º | 0.8% | 0.82% | - |
| XYZ | 29.3 | 16 | 14.64 | - |
| YUV | 98.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 104 | 0 | 0.80 | 0.5 | 0.18 | 337.37 | 0.67 | 0.49 |
| Hex | D0 | 29 | 68 | 0 | 50 | 32 | 12 | 151 | 43 | 31 |
| Octal | 320 | 51 | 150 | 0 | 120 | 62 | 22 | 521 | 103 | 61 |
| Binary | 11010000 | 101001 | 1101000 | 0 | 1010000 | 110010 | 10010 | 101010001 | 1000011 | 110001 |
Color Harmonies of #D02968
Complementary color
Monochromatic Colors of #D02968
Black with #D02968
Text Example
Text Example
White with #D02968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02968; }
p { color: rgb(208,41,104); }
H1.HeaderClassName
{
color: #D02968;
}
.AnyTagClassName
{
color: #D02968;
}
</style>
background-color css
<style>
a { background-color: #D02968; }
a { background-color: rgb(208,41,104); }
div.DivClassName
{
background-color: #D02968;
}
.BgClassName
{
background-color: #D02968;
}
</style>
border-color css
<style>
span { border-color: #D02968; }
span { border-color: rgb(208,41,104); }
td.TdClassName
{
border-color: #D02968;
}
.TagClassName
{
border-color: #D02968;
}
</style>