Shades of Cerise #D02C5D
Tints of Cerise #D02C5D
RGB
CMYK
RGB Variations
Color information
#D02C5D (or 0xD02C5D) is known color: Cerise. HEX triplet: D0, 2C and 5D. RGB value is (208,44,93). Sum of RGB (Red+Green+Blue) = 208+44+93=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C5D is #2FD3A2. Grayscale: #626262. Windows color (decimal): -3134371 or 6106320. OLE color: 6106320.
HSL color Cylindrical-coordinate representation of color #D02C5D: hue angle of 342.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C5D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 93 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.18 |
| HSL | 342.07º | 0.65% | 0.49% | - |
| HSV(B) | 342.07º | 0.79% | 0.82% | - |
| XYZ | 28.89 | 16 | 11.92 | - |
| YUV | 98.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 93 | 0 | 0.79 | 0.55 | 0.18 | 342.07 | 0.65 | 0.49 |
| Hex | D0 | 2C | 5D | 0 | 4F | 37 | 12 | 156 | 41 | 31 |
| Octal | 320 | 54 | 135 | 0 | 117 | 67 | 22 | 526 | 101 | 61 |
| Binary | 11010000 | 101100 | 1011101 | 0 | 1001111 | 110111 | 10010 | 101010110 | 1000001 | 110001 |
Color Harmonies of #D02C5D
Complementary color
Monochromatic Colors of #D02C5D
Black with #D02C5D
Text Example
Text Example
White with #D02C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C5D; }
p { color: rgb(208,44,93); }
H1.HeaderClassName
{
color: #D02C5D;
}
.AnyTagClassName
{
color: #D02C5D;
}
</style>
background-color css
<style>
a { background-color: #D02C5D; }
a { background-color: rgb(208,44,93); }
div.DivClassName
{
background-color: #D02C5D;
}
.BgClassName
{
background-color: #D02C5D;
}
</style>
border-color css
<style>
span { border-color: #D02C5D; }
span { border-color: rgb(208,44,93); }
td.TdClassName
{
border-color: #D02C5D;
}
.TagClassName
{
border-color: #D02C5D;
}
</style>