Shades of Deep Cerise #D236AC
Tints of Deep Cerise #D236AC
RGB
CMYK
RGB Variations
Color information
#D236AC (or 0xD236AC) is known color: Deep Cerise. HEX triplet: D2, 36 and AC. RGB value is (210,54,172). Sum of RGB (Red+Green+Blue) = 210+54+172=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D236AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D236AC is #2DC953. Grayscale: #717171. Windows color (decimal): -3000660 or 11286226. OLE color: 11286226.
HSL color Cylindrical-coordinate representation of color #D236AC: hue angle of 314.62º 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 #D236AC is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 172 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.18 |
| HSL | 314.62º | 0.63% | 0.52% | - |
| HSV(B) | 314.62º | 0.74% | 0.82% | - |
| XYZ | 35.34 | 19.32 | 40.9 | - |
| YUV | 114.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 172 | 0 | 0.74 | 0.18 | 0.18 | 314.62 | 0.63 | 0.52 |
| Hex | D2 | 36 | AC | 0 | 4A | 12 | 12 | 13B | 3F | 34 |
| Octal | 322 | 66 | 254 | 0 | 112 | 22 | 22 | 473 | 77 | 64 |
| Binary | 11010010 | 110110 | 10101100 | 0 | 1001010 | 10010 | 10010 | 100111011 | 111111 | 110100 |
Color Harmonies of #D236AC
Complementary color
Monochromatic Colors of #D236AC
Black with #D236AC
Text Example
Text Example
White with #D236AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236AC; }
p { color: rgb(210,54,172); }
H1.HeaderClassName
{
color: #D236AC;
}
.AnyTagClassName
{
color: #D236AC;
}
</style>
background-color css
<style>
a { background-color: #D236AC; }
a { background-color: rgb(210,54,172); }
div.DivClassName
{
background-color: #D236AC;
}
.BgClassName
{
background-color: #D236AC;
}
</style>
border-color css
<style>
span { border-color: #D236AC; }
span { border-color: rgb(210,54,172); }
td.TdClassName
{
border-color: #D236AC;
}
.TagClassName
{
border-color: #D236AC;
}
</style>