Shades of Deep Cerise #D0297D
Tints of Deep Cerise #D0297D
RGB
CMYK
RGB Variations
Color information
#D0297D (or 0xD0297D) is known color: Deep Cerise. HEX triplet: D0, 29 and 7D. RGB value is (208,41,125). Sum of RGB (Red+Green+Blue) = 208+41+125=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297D is #2FD682. Grayscale: #646464. Windows color (decimal): -3135107 or 8202704. OLE color: 8202704.
HSL color Cylindrical-coordinate representation of color #D0297D: hue angle of 329.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0297D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 125 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.18 |
| HSL | 329.82º | 0.67% | 0.49% | - |
| HSV(B) | 329.82º | 0.8% | 0.82% | - |
| XYZ | 30.51 | 16.48 | 20.97 | - |
| YUV | 100.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 125 | 0 | 0.80 | 0.40 | 0.18 | 329.82 | 0.67 | 0.49 |
| Hex | D0 | 29 | 7D | 0 | 50 | 28 | 12 | 14A | 43 | 31 |
| Octal | 320 | 51 | 175 | 0 | 120 | 50 | 22 | 512 | 103 | 61 |
| Binary | 11010000 | 101001 | 1111101 | 0 | 1010000 | 101000 | 10010 | 101001010 | 1000011 | 110001 |
Color Harmonies of #D0297D
Complementary color
Monochromatic Colors of #D0297D
Black with #D0297D
Text Example
Text Example
White with #D0297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0297D; }
p { color: rgb(208,41,125); }
H1.HeaderClassName
{
color: #D0297D;
}
.AnyTagClassName
{
color: #D0297D;
}
</style>
background-color css
<style>
a { background-color: #D0297D; }
a { background-color: rgb(208,41,125); }
div.DivClassName
{
background-color: #D0297D;
}
.BgClassName
{
background-color: #D0297D;
}
</style>
border-color css
<style>
span { border-color: #D0297D; }
span { border-color: rgb(208,41,125); }
td.TdClassName
{
border-color: #D0297D;
}
.TagClassName
{
border-color: #D0297D;
}
</style>