Shades of Deep Cerise #D62AA4
Tints of Deep Cerise #D62AA4
RGB
CMYK
RGB Variations
Color information
#D62AA4 (or 0xD62AA4) is known color: Deep Cerise. HEX triplet: D6, 2A and A4. RGB value is (214,42,164). Sum of RGB (Red+Green+Blue) = 214+42+164=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AA4 is #29D55B. Grayscale: #6B6B6B. Windows color (decimal): -2741596 or 10758870. OLE color: 10758870.
HSL color Cylindrical-coordinate representation of color #D62AA4: hue angle of 317.44º 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 #D62AA4 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 164 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.16 |
| HSL | 317.44º | 0.68% | 0.5% | - |
| HSV(B) | 317.44º | 0.8% | 0.84% | - |
| XYZ | 35.26 | 18.63 | 36.86 | - |
| YUV | 107.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 164 | 0 | 0.80 | 0.23 | 0.16 | 317.44 | 0.68 | 0.5 |
| Hex | D6 | 2A | A4 | 0 | 50 | 17 | 10 | 13D | 44 | 32 |
| Octal | 326 | 52 | 244 | 0 | 120 | 27 | 20 | 475 | 104 | 62 |
| Binary | 11010110 | 101010 | 10100100 | 0 | 1010000 | 10111 | 10000 | 100111101 | 1000100 | 110010 |
Color Harmonies of #D62AA4
Complementary color
Monochromatic Colors of #D62AA4
Black with #D62AA4
Text Example
Text Example
White with #D62AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AA4; }
p { color: rgb(214,42,164); }
H1.HeaderClassName
{
color: #D62AA4;
}
.AnyTagClassName
{
color: #D62AA4;
}
</style>
background-color css
<style>
a { background-color: #D62AA4; }
a { background-color: rgb(214,42,164); }
div.DivClassName
{
background-color: #D62AA4;
}
.BgClassName
{
background-color: #D62AA4;
}
</style>
border-color css
<style>
span { border-color: #D62AA4; }
span { border-color: rgb(214,42,164); }
td.TdClassName
{
border-color: #D62AA4;
}
.TagClassName
{
border-color: #D62AA4;
}
</style>