Shades of Deep Cerise #D0277F
Tints of Deep Cerise #D0277F
RGB
CMYK
RGB Variations
Color information
#D0277F (or 0xD0277F) is known color: Deep Cerise. HEX triplet: D0, 27 and 7F. RGB value is (208,39,127). Sum of RGB (Red+Green+Blue) = 208+39+127=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0277F is #2FD880. Grayscale: #636363. Windows color (decimal): -3135617 or 8333264. OLE color: 8333264.
HSL color Cylindrical-coordinate representation of color #D0277F: hue angle of 328.76º 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 #D0277F is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 127 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.18 |
| HSL | 328.76º | 0.68% | 0.48% | - |
| HSV(B) | 328.76º | 0.81% | 0.82% | - |
| XYZ | 30.57 | 16.39 | 21.63 | - |
| YUV | 99.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 127 | 0 | 0.81 | 0.39 | 0.18 | 328.76 | 0.68 | 0.48 |
| Hex | D0 | 27 | 7F | 0 | 51 | 27 | 12 | 149 | 44 | 30 |
| Octal | 320 | 47 | 177 | 0 | 121 | 47 | 22 | 511 | 104 | 60 |
| Binary | 11010000 | 100111 | 1111111 | 0 | 1010001 | 100111 | 10010 | 101001001 | 1000100 | 110000 |
Color Harmonies of #D0277F
Complementary color
Monochromatic Colors of #D0277F
Black with #D0277F
Text Example
Text Example
White with #D0277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0277F; }
p { color: rgb(208,39,127); }
H1.HeaderClassName
{
color: #D0277F;
}
.AnyTagClassName
{
color: #D0277F;
}
</style>
background-color css
<style>
a { background-color: #D0277F; }
a { background-color: rgb(208,39,127); }
div.DivClassName
{
background-color: #D0277F;
}
.BgClassName
{
background-color: #D0277F;
}
</style>
border-color css
<style>
span { border-color: #D0277F; }
span { border-color: rgb(208,39,127); }
td.TdClassName
{
border-color: #D0277F;
}
.TagClassName
{
border-color: #D0277F;
}
</style>