Shades of Deep Cerise #D2279D
Tints of Deep Cerise #D2279D
RGB
CMYK
RGB Variations
Color information
#D2279D (or 0xD2279D) is known color: Deep Cerise. HEX triplet: D2, 27 and 9D. RGB value is (210,39,157). Sum of RGB (Red+Green+Blue) = 210+39+157=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2279D is #2DD862. Grayscale: #676767. Windows color (decimal): -3004515 or 10299346. OLE color: 10299346.
HSL color Cylindrical-coordinate representation of color #D2279D: hue angle of 318.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2279D is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 157 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.18 |
| HSL | 318.6º | 0.69% | 0.49% | - |
| HSV(B) | 318.6º | 0.81% | 0.82% | - |
| XYZ | 33.39 | 17.59 | 33.53 | - |
| YUV | 103.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 157 | 0 | 0.81 | 0.25 | 0.18 | 318.6 | 0.69 | 0.49 |
| Hex | D2 | 27 | 9D | 0 | 51 | 19 | 12 | 13F | 45 | 31 |
| Octal | 322 | 47 | 235 | 0 | 121 | 31 | 22 | 477 | 105 | 61 |
| Binary | 11010010 | 100111 | 10011101 | 0 | 1010001 | 11001 | 10010 | 100111111 | 1000101 | 110001 |
Color Harmonies of #D2279D
Complementary color
Monochromatic Colors of #D2279D
Black with #D2279D
Text Example
Text Example
White with #D2279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2279D; }
p { color: rgb(210,39,157); }
H1.HeaderClassName
{
color: #D2279D;
}
.AnyTagClassName
{
color: #D2279D;
}
</style>
background-color css
<style>
a { background-color: #D2279D; }
a { background-color: rgb(210,39,157); }
div.DivClassName
{
background-color: #D2279D;
}
.BgClassName
{
background-color: #D2279D;
}
</style>
border-color css
<style>
span { border-color: #D2279D; }
span { border-color: rgb(210,39,157); }
td.TdClassName
{
border-color: #D2279D;
}
.TagClassName
{
border-color: #D2279D;
}
</style>