Shades of Deep Cerise #D632AC
Tints of Deep Cerise #D632AC
RGB
CMYK
RGB Variations
Color information
#D632AC (or 0xD632AC) is known color: Deep Cerise. HEX triplet: D6, 32 and AC. RGB value is (214,50,172). Sum of RGB (Red+Green+Blue) = 214+50+172=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D632AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632AC is #29CD53. Grayscale: #707070. Windows color (decimal): -2739540 or 11285206. OLE color: 11285206.
HSL color Cylindrical-coordinate representation of color #D632AC: hue angle of 315.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632AC is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 172 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.16 |
| HSL | 315.37º | 0.67% | 0.52% | - |
| HSV(B) | 315.37º | 0.77% | 0.84% | - |
| XYZ | 36.32 | 19.56 | 40.89 | - |
| YUV | 112.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 172 | 0 | 0.77 | 0.20 | 0.16 | 315.37 | 0.67 | 0.52 |
| Hex | D6 | 32 | AC | 0 | 4D | 14 | 10 | 13B | 43 | 34 |
| Octal | 326 | 62 | 254 | 0 | 115 | 24 | 20 | 473 | 103 | 64 |
| Binary | 11010110 | 110010 | 10101100 | 0 | 1001101 | 10100 | 10000 | 100111011 | 1000011 | 110100 |
Color Harmonies of #D632AC
Complementary color
Monochromatic Colors of #D632AC
Black with #D632AC
Text Example
Text Example
White with #D632AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632AC; }
p { color: rgb(214,50,172); }
H1.HeaderClassName
{
color: #D632AC;
}
.AnyTagClassName
{
color: #D632AC;
}
</style>
background-color css
<style>
a { background-color: #D632AC; }
a { background-color: rgb(214,50,172); }
div.DivClassName
{
background-color: #D632AC;
}
.BgClassName
{
background-color: #D632AC;
}
</style>
border-color css
<style>
span { border-color: #D632AC; }
span { border-color: rgb(214,50,172); }
td.TdClassName
{
border-color: #D632AC;
}
.TagClassName
{
border-color: #D632AC;
}
</style>