Shades of Deep Cerise #D62AAC
Tints of Deep Cerise #D62AAC
RGB
CMYK
RGB Variations
Color information
#D62AAC (or 0xD62AAC) is known color: Deep Cerise. HEX triplet: D6, 2A and AC. RGB value is (214,42,172). Sum of RGB (Red+Green+Blue) = 214+42+172=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AAC is #29D553. Grayscale: #6B6B6B. Windows color (decimal): -2741588 or 11283158. OLE color: 11283158.
HSL color Cylindrical-coordinate representation of color #D62AAC: hue angle of 314.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62AAC is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 172 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.16 |
| HSL | 314.65º | 0.68% | 0.5% | - |
| HSV(B) | 314.65º | 0.8% | 0.84% | - |
| XYZ | 36.01 | 18.93 | 40.79 | - |
| YUV | 108.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 172 | 0 | 0.80 | 0.20 | 0.16 | 314.65 | 0.68 | 0.5 |
| Hex | D6 | 2A | AC | 0 | 50 | 14 | 10 | 13B | 44 | 32 |
| Octal | 326 | 52 | 254 | 0 | 120 | 24 | 20 | 473 | 104 | 62 |
| Binary | 11010110 | 101010 | 10101100 | 0 | 1010000 | 10100 | 10000 | 100111011 | 1000100 | 110010 |
Color Harmonies of #D62AAC
Complementary color
Monochromatic Colors of #D62AAC
Black with #D62AAC
Text Example
Text Example
White with #D62AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AAC; }
p { color: rgb(214,42,172); }
H1.HeaderClassName
{
color: #D62AAC;
}
.AnyTagClassName
{
color: #D62AAC;
}
</style>
background-color css
<style>
a { background-color: #D62AAC; }
a { background-color: rgb(214,42,172); }
div.DivClassName
{
background-color: #D62AAC;
}
.BgClassName
{
background-color: #D62AAC;
}
</style>
border-color css
<style>
span { border-color: #D62AAC; }
span { border-color: rgb(214,42,172); }
td.TdClassName
{
border-color: #D62AAC;
}
.TagClassName
{
border-color: #D62AAC;
}
</style>