Shades of Deep Cerise #D635AB
Tints of Deep Cerise #D635AB
RGB
CMYK
RGB Variations
Color information
#D635AB (or 0xD635AB) is known color: Deep Cerise. HEX triplet: D6, 35 and AB. RGB value is (214,53,171). Sum of RGB (Red+Green+Blue) = 214+53+171=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D635AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D635AB is #29CA54. Grayscale: #727272. Windows color (decimal): -2738773 or 11220438. OLE color: 11220438.
HSL color Cylindrical-coordinate representation of color #D635AB: hue angle of 316.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D635AB is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 171 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.16 |
| HSL | 316.02º | 0.66% | 0.52% | - |
| HSV(B) | 316.02º | 0.75% | 0.84% | - |
| XYZ | 36.36 | 19.78 | 40.43 | - |
| YUV | 114.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 171 | 0 | 0.75 | 0.20 | 0.16 | 316.02 | 0.66 | 0.52 |
| Hex | D6 | 35 | AB | 0 | 4B | 14 | 10 | 13C | 42 | 34 |
| Octal | 326 | 65 | 253 | 0 | 113 | 24 | 20 | 474 | 102 | 64 |
| Binary | 11010110 | 110101 | 10101011 | 0 | 1001011 | 10100 | 10000 | 100111100 | 1000010 | 110100 |
Color Harmonies of #D635AB
Complementary color
Monochromatic Colors of #D635AB
Black with #D635AB
Text Example
Text Example
White with #D635AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635AB; }
p { color: rgb(214,53,171); }
H1.HeaderClassName
{
color: #D635AB;
}
.AnyTagClassName
{
color: #D635AB;
}
</style>
background-color css
<style>
a { background-color: #D635AB; }
a { background-color: rgb(214,53,171); }
div.DivClassName
{
background-color: #D635AB;
}
.BgClassName
{
background-color: #D635AB;
}
</style>
border-color css
<style>
span { border-color: #D635AB; }
span { border-color: rgb(214,53,171); }
td.TdClassName
{
border-color: #D635AB;
}
.TagClassName
{
border-color: #D635AB;
}
</style>