Shades of Deep Cerise #D2277E
Tints of Deep Cerise #D2277E
RGB
CMYK
RGB Variations
Color information
#D2277E (or 0xD2277E) is known color: Deep Cerise. HEX triplet: D2, 27 and 7E. RGB value is (210,39,126). Sum of RGB (Red+Green+Blue) = 210+39+126=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2277E is #2DD881. Grayscale: #636363. Windows color (decimal): -3004546 or 8267730. OLE color: 8267730.
HSL color Cylindrical-coordinate representation of color #D2277E: hue angle of 329.47º 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 #D2277E is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 126 | - |
| CMYK | 0 | 0.81 | 0.4 | 0.18 |
| HSL | 329.47º | 0.69% | 0.49% | - |
| HSV(B) | 329.47º | 0.81% | 0.82% | - |
| XYZ | 31.07 | 16.66 | 21.32 | - |
| YUV | 100.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 126 | 0 | 0.81 | 0.4 | 0.18 | 329.47 | 0.69 | 0.49 |
| Hex | D2 | 27 | 7E | 0 | 51 | 28 | 12 | 149 | 45 | 31 |
| Octal | 322 | 47 | 176 | 0 | 121 | 50 | 22 | 511 | 105 | 61 |
| Binary | 11010010 | 100111 | 1111110 | 0 | 1010001 | 101000 | 10010 | 101001001 | 1000101 | 110001 |
Color Harmonies of #D2277E
Complementary color
Monochromatic Colors of #D2277E
Black with #D2277E
Text Example
Text Example
White with #D2277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2277E; }
p { color: rgb(210,39,126); }
H1.HeaderClassName
{
color: #D2277E;
}
.AnyTagClassName
{
color: #D2277E;
}
</style>
background-color css
<style>
a { background-color: #D2277E; }
a { background-color: rgb(210,39,126); }
div.DivClassName
{
background-color: #D2277E;
}
.BgClassName
{
background-color: #D2277E;
}
</style>
border-color css
<style>
span { border-color: #D2277E; }
span { border-color: rgb(210,39,126); }
td.TdClassName
{
border-color: #D2277E;
}
.TagClassName
{
border-color: #D2277E;
}
</style>