Shades of Deep Cerise #D2279B
Tints of Deep Cerise #D2279B
RGB
CMYK
RGB Variations
Color information
#D2279B (or 0xD2279B) is known color: Deep Cerise. HEX triplet: D2, 27 and 9B. RGB value is (210,39,155). Sum of RGB (Red+Green+Blue) = 210+39+155=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2279B is #2DD864. Grayscale: #676767. Windows color (decimal): -3004517 or 10168274. OLE color: 10168274.
HSL color Cylindrical-coordinate representation of color #D2279B: hue angle of 319.3º 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 #D2279B is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 155 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.18 |
| HSL | 319.3º | 0.69% | 0.49% | - |
| HSV(B) | 319.3º | 0.81% | 0.82% | - |
| XYZ | 33.22 | 17.52 | 32.64 | - |
| YUV | 103.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 155 | 0 | 0.81 | 0.26 | 0.18 | 319.3 | 0.69 | 0.49 |
| Hex | D2 | 27 | 9B | 0 | 51 | 1A | 12 | 13F | 45 | 31 |
| Octal | 322 | 47 | 233 | 0 | 121 | 32 | 22 | 477 | 105 | 61 |
| Binary | 11010010 | 100111 | 10011011 | 0 | 1010001 | 11010 | 10010 | 100111111 | 1000101 | 110001 |
Color Harmonies of #D2279B
Complementary color
Monochromatic Colors of #D2279B
Black with #D2279B
Text Example
Text Example
White with #D2279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2279B; }
p { color: rgb(210,39,155); }
H1.HeaderClassName
{
color: #D2279B;
}
.AnyTagClassName
{
color: #D2279B;
}
</style>
background-color css
<style>
a { background-color: #D2279B; }
a { background-color: rgb(210,39,155); }
div.DivClassName
{
background-color: #D2279B;
}
.BgClassName
{
background-color: #D2279B;
}
</style>
border-color css
<style>
span { border-color: #D2279B; }
span { border-color: rgb(210,39,155); }
td.TdClassName
{
border-color: #D2279B;
}
.TagClassName
{
border-color: #D2279B;
}
</style>