Shades of Deep Cerise #D626AA
Tints of Deep Cerise #D626AA
RGB
CMYK
RGB Variations
Color information
#D626AA (or 0xD626AA) is known color: Deep Cerise. HEX triplet: D6, 26 and AA. RGB value is (214,38,170). Sum of RGB (Red+Green+Blue) = 214+38+170=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D626AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D626AA is #29D955. Grayscale: #696969. Windows color (decimal): -2742614 or 11151062. OLE color: 11151062.
HSL color Cylindrical-coordinate representation of color #D626AA: hue angle of 315º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D626AA is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 170 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.16 |
| HSL | 315º | 0.7% | 0.49% | - |
| HSV(B) | 315º | 0.82% | 0.84% | - |
| XYZ | 35.68 | 18.58 | 39.74 | - |
| YUV | 105.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 170 | 0 | 0.82 | 0.21 | 0.16 | 315 | 0.7 | 0.49 |
| Hex | D6 | 26 | AA | 0 | 52 | 15 | 10 | 13B | 46 | 31 |
| Octal | 326 | 46 | 252 | 0 | 122 | 25 | 20 | 473 | 106 | 61 |
| Binary | 11010110 | 100110 | 10101010 | 0 | 1010010 | 10101 | 10000 | 100111011 | 1000110 | 110001 |
Color Harmonies of #D626AA
Complementary color
Monochromatic Colors of #D626AA
Black with #D626AA
Text Example
Text Example
White with #D626AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626AA; }
p { color: rgb(214,38,170); }
H1.HeaderClassName
{
color: #D626AA;
}
.AnyTagClassName
{
color: #D626AA;
}
</style>
background-color css
<style>
a { background-color: #D626AA; }
a { background-color: rgb(214,38,170); }
div.DivClassName
{
background-color: #D626AA;
}
.BgClassName
{
background-color: #D626AA;
}
</style>
border-color css
<style>
span { border-color: #D626AA; }
span { border-color: rgb(214,38,170); }
td.TdClassName
{
border-color: #D626AA;
}
.TagClassName
{
border-color: #D626AA;
}
</style>