Shades of Deep Cerise #D0257F
Tints of Deep Cerise #D0257F
RGB
CMYK
RGB Variations
Color information
#D0257F (or 0xD0257F) is known color: Deep Cerise. HEX triplet: D0, 25 and 7F. RGB value is (208,37,127). Sum of RGB (Red+Green+Blue) = 208+37+127=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0257F is #2FDA80. Grayscale: #626262. Windows color (decimal): -3136129 or 8332752. OLE color: 8332752.
HSL color Cylindrical-coordinate representation of color #D0257F: hue angle of 328.42º degrees, saturation: 0.7, 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 #D0257F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 127 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.18 |
| HSL | 328.42º | 0.7% | 0.48% | - |
| HSV(B) | 328.42º | 0.82% | 0.82% | - |
| XYZ | 30.5 | 16.27 | 21.61 | - |
| YUV | 98.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 127 | 0 | 0.82 | 0.39 | 0.18 | 328.42 | 0.7 | 0.48 |
| Hex | D0 | 25 | 7F | 0 | 52 | 27 | 12 | 148 | 46 | 30 |
| Octal | 320 | 45 | 177 | 0 | 122 | 47 | 22 | 510 | 106 | 60 |
| Binary | 11010000 | 100101 | 1111111 | 0 | 1010010 | 100111 | 10010 | 101001000 | 1000110 | 110000 |
Color Harmonies of #D0257F
Complementary color
Monochromatic Colors of #D0257F
Black with #D0257F
Text Example
Text Example
White with #D0257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0257F; }
p { color: rgb(208,37,127); }
H1.HeaderClassName
{
color: #D0257F;
}
.AnyTagClassName
{
color: #D0257F;
}
</style>
background-color css
<style>
a { background-color: #D0257F; }
a { background-color: rgb(208,37,127); }
div.DivClassName
{
background-color: #D0257F;
}
.BgClassName
{
background-color: #D0257F;
}
</style>
border-color css
<style>
span { border-color: #D0257F; }
span { border-color: rgb(208,37,127); }
td.TdClassName
{
border-color: #D0257F;
}
.TagClassName
{
border-color: #D0257F;
}
</style>