Shades of Deep Cerise #D0267E
Tints of Deep Cerise #D0267E
RGB
CMYK
RGB Variations
Color information
#D0267E (or 0xD0267E) is known color: Deep Cerise. HEX triplet: D0, 26 and 7E. RGB value is (208,38,126). Sum of RGB (Red+Green+Blue) = 208+38+126=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267E is #2FD981. Grayscale: #626262. Windows color (decimal): -3135874 or 8267472. OLE color: 8267472.
HSL color Cylindrical-coordinate representation of color #D0267E: hue angle of 328.94º 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 #D0267E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 126 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.18 |
| HSL | 328.94º | 0.69% | 0.48% | - |
| HSV(B) | 328.94º | 0.82% | 0.82% | - |
| XYZ | 30.47 | 16.3 | 21.28 | - |
| YUV | 98.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 126 | 0 | 0.82 | 0.39 | 0.18 | 328.94 | 0.69 | 0.48 |
| Hex | D0 | 26 | 7E | 0 | 52 | 27 | 12 | 149 | 45 | 30 |
| Octal | 320 | 46 | 176 | 0 | 122 | 47 | 22 | 511 | 105 | 60 |
| Binary | 11010000 | 100110 | 1111110 | 0 | 1010010 | 100111 | 10010 | 101001001 | 1000101 | 110000 |
Color Harmonies of #D0267E
Complementary color
Monochromatic Colors of #D0267E
Black with #D0267E
Text Example
Text Example
White with #D0267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0267E; }
p { color: rgb(208,38,126); }
H1.HeaderClassName
{
color: #D0267E;
}
.AnyTagClassName
{
color: #D0267E;
}
</style>
background-color css
<style>
a { background-color: #D0267E; }
a { background-color: rgb(208,38,126); }
div.DivClassName
{
background-color: #D0267E;
}
.BgClassName
{
background-color: #D0267E;
}
</style>
border-color css
<style>
span { border-color: #D0267E; }
span { border-color: rgb(208,38,126); }
td.TdClassName
{
border-color: #D0267E;
}
.TagClassName
{
border-color: #D0267E;
}
</style>