Shades of Deep Cerise #D02773
Tints of Deep Cerise #D02773
RGB
CMYK
RGB Variations
Color information
#D02773 (or 0xD02773) is known color: Deep Cerise. HEX triplet: D0, 27 and 73. RGB value is (208,39,115). Sum of RGB (Red+Green+Blue) = 208+39+115=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02773 is #2FD88C. Grayscale: #626262. Windows color (decimal): -3135629 or 7546832. OLE color: 7546832.
HSL color Cylindrical-coordinate representation of color #D02773: hue angle of 333.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02773 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 115 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.18 |
| HSL | 333.02º | 0.68% | 0.48% | - |
| HSV(B) | 333.02º | 0.81% | 0.82% | - |
| XYZ | 29.83 | 16.1 | 17.75 | - |
| YUV | 98.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 115 | 0 | 0.81 | 0.45 | 0.18 | 333.02 | 0.68 | 0.48 |
| Hex | D0 | 27 | 73 | 0 | 51 | 2D | 12 | 14D | 44 | 30 |
| Octal | 320 | 47 | 163 | 0 | 121 | 55 | 22 | 515 | 104 | 60 |
| Binary | 11010000 | 100111 | 1110011 | 0 | 1010001 | 101101 | 10010 | 101001101 | 1000100 | 110000 |
Color Harmonies of #D02773
Complementary color
Monochromatic Colors of #D02773
Black with #D02773
Text Example
Text Example
White with #D02773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02773; }
p { color: rgb(208,39,115); }
H1.HeaderClassName
{
color: #D02773;
}
.AnyTagClassName
{
color: #D02773;
}
</style>
background-color css
<style>
a { background-color: #D02773; }
a { background-color: rgb(208,39,115); }
div.DivClassName
{
background-color: #D02773;
}
.BgClassName
{
background-color: #D02773;
}
</style>
border-color css
<style>
span { border-color: #D02773; }
span { border-color: rgb(208,39,115); }
td.TdClassName
{
border-color: #D02773;
}
.TagClassName
{
border-color: #D02773;
}
</style>