Shades of Cerise #D03462
Tints of Cerise #D03462
RGB
CMYK
RGB Variations
Color information
#D03462 (or 0xD03462) is known color: Cerise. HEX triplet: D0, 34 and 62. RGB value is (208,52,98). Sum of RGB (Red+Green+Blue) = 208+52+98=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03462 is #2FCB9D. Grayscale: #676767. Windows color (decimal): -3132318 or 6436048. OLE color: 6436048.
HSL color Cylindrical-coordinate representation of color #D03462: hue angle of 342.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03462 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 98 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.18 |
| HSL | 342.31º | 0.62% | 0.51% | - |
| HSV(B) | 342.31º | 0.75% | 0.82% | - |
| XYZ | 29.45 | 16.75 | 13.24 | - |
| YUV | 103.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 98 | 0 | 0.75 | 0.53 | 0.18 | 342.31 | 0.62 | 0.51 |
| Hex | D0 | 34 | 62 | 0 | 4B | 35 | 12 | 156 | 3E | 33 |
| Octal | 320 | 64 | 142 | 0 | 113 | 65 | 22 | 526 | 76 | 63 |
| Binary | 11010000 | 110100 | 1100010 | 0 | 1001011 | 110101 | 10010 | 101010110 | 111110 | 110011 |
Color Harmonies of #D03462
Complementary color
Monochromatic Colors of #D03462
Black with #D03462
Text Example
Text Example
White with #D03462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03462; }
p { color: rgb(208,52,98); }
H1.HeaderClassName
{
color: #D03462;
}
.AnyTagClassName
{
color: #D03462;
}
</style>
background-color css
<style>
a { background-color: #D03462; }
a { background-color: rgb(208,52,98); }
div.DivClassName
{
background-color: #D03462;
}
.BgClassName
{
background-color: #D03462;
}
</style>
border-color css
<style>
span { border-color: #D03462; }
span { border-color: rgb(208,52,98); }
td.TdClassName
{
border-color: #D03462;
}
.TagClassName
{
border-color: #D03462;
}
</style>