Shades of Deep Cerise #D0267F
Tints of Deep Cerise #D0267F
RGB
CMYK
RGB Variations
Color information
#D0267F (or 0xD0267F) is known color: Deep Cerise. HEX triplet: D0, 26 and 7F. RGB value is (208,38,127). Sum of RGB (Red+Green+Blue) = 208+38+127=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267F is #2FD980. Grayscale: #626262. Windows color (decimal): -3135873 or 8333008. OLE color: 8333008.
HSL color Cylindrical-coordinate representation of color #D0267F: hue angle of 328.59º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0267F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 127 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.18 |
| HSL | 328.59º | 0.69% | 0.48% | - |
| HSV(B) | 328.59º | 0.82% | 0.82% | - |
| XYZ | 30.54 | 16.33 | 21.62 | - |
| YUV | 98.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 127 | 0 | 0.82 | 0.39 | 0.18 | 328.59 | 0.69 | 0.48 |
| Hex | D0 | 26 | 7F | 0 | 52 | 27 | 12 | 149 | 45 | 30 |
| Octal | 320 | 46 | 177 | 0 | 122 | 47 | 22 | 511 | 105 | 60 |
| Binary | 11010000 | 100110 | 1111111 | 0 | 1010010 | 100111 | 10010 | 101001001 | 1000101 | 110000 |
Color Harmonies of #D0267F
Complementary color
Monochromatic Colors of #D0267F
Black with #D0267F
Text Example
Text Example
White with #D0267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0267F; }
p { color: rgb(208,38,127); }
H1.HeaderClassName
{
color: #D0267F;
}
.AnyTagClassName
{
color: #D0267F;
}
</style>
background-color css
<style>
a { background-color: #D0267F; }
a { background-color: rgb(208,38,127); }
div.DivClassName
{
background-color: #D0267F;
}
.BgClassName
{
background-color: #D0267F;
}
</style>
border-color css
<style>
span { border-color: #D0267F; }
span { border-color: rgb(208,38,127); }
td.TdClassName
{
border-color: #D0267F;
}
.TagClassName
{
border-color: #D0267F;
}
</style>