Shades of Deep Cerise #D236A0
Tints of Deep Cerise #D236A0
RGB
CMYK
RGB Variations
Color information
#D236A0 (or 0xD236A0) is known color: Deep Cerise. HEX triplet: D2, 36 and A0. RGB value is (210,54,160). Sum of RGB (Red+Green+Blue) = 210+54+160=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D236A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D236A0 is #2DC95F. Grayscale: #707070. Windows color (decimal): -3000672 or 10499794. OLE color: 10499794.
HSL color Cylindrical-coordinate representation of color #D236A0: hue angle of 319.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D236A0 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 160 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.18 |
| HSL | 319.23º | 0.63% | 0.52% | - |
| HSV(B) | 319.23º | 0.74% | 0.82% | - |
| XYZ | 34.24 | 18.88 | 35.1 | - |
| YUV | 112.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 160 | 0 | 0.74 | 0.24 | 0.18 | 319.23 | 0.63 | 0.52 |
| Hex | D2 | 36 | A0 | 0 | 4A | 18 | 12 | 13F | 3F | 34 |
| Octal | 322 | 66 | 240 | 0 | 112 | 30 | 22 | 477 | 77 | 64 |
| Binary | 11010010 | 110110 | 10100000 | 0 | 1001010 | 11000 | 10010 | 100111111 | 111111 | 110100 |
Color Harmonies of #D236A0
Complementary color
Monochromatic Colors of #D236A0
Black with #D236A0
Text Example
Text Example
White with #D236A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236A0; }
p { color: rgb(210,54,160); }
H1.HeaderClassName
{
color: #D236A0;
}
.AnyTagClassName
{
color: #D236A0;
}
</style>
background-color css
<style>
a { background-color: #D236A0; }
a { background-color: rgb(210,54,160); }
div.DivClassName
{
background-color: #D236A0;
}
.BgClassName
{
background-color: #D236A0;
}
</style>
border-color css
<style>
span { border-color: #D236A0; }
span { border-color: rgb(210,54,160); }
td.TdClassName
{
border-color: #D236A0;
}
.TagClassName
{
border-color: #D236A0;
}
</style>