Shades of Deep Cerise #D628AA
Tints of Deep Cerise #D628AA
RGB
CMYK
RGB Variations
Color information
#D628AA (or 0xD628AA) is known color: Deep Cerise. HEX triplet: D6, 28 and AA. RGB value is (214,40,170). Sum of RGB (Red+Green+Blue) = 214+40+170=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D628AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628AA is #29D755. Grayscale: #6A6A6A. Windows color (decimal): -2742102 or 11151574. OLE color: 11151574.
HSL color Cylindrical-coordinate representation of color #D628AA: hue angle of 315.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628AA is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 170 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.16 |
| HSL | 315.17º | 0.69% | 0.5% | - |
| HSV(B) | 315.17º | 0.81% | 0.84% | - |
| XYZ | 35.75 | 18.72 | 39.76 | - |
| YUV | 106.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 170 | 0 | 0.81 | 0.21 | 0.16 | 315.17 | 0.69 | 0.5 |
| Hex | D6 | 28 | AA | 0 | 51 | 15 | 10 | 13B | 45 | 32 |
| Octal | 326 | 50 | 252 | 0 | 121 | 25 | 20 | 473 | 105 | 62 |
| Binary | 11010110 | 101000 | 10101010 | 0 | 1010001 | 10101 | 10000 | 100111011 | 1000101 | 110010 |
Color Harmonies of #D628AA
Complementary color
Monochromatic Colors of #D628AA
Black with #D628AA
Text Example
Text Example
White with #D628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628AA; }
p { color: rgb(214,40,170); }
H1.HeaderClassName
{
color: #D628AA;
}
.AnyTagClassName
{
color: #D628AA;
}
</style>
background-color css
<style>
a { background-color: #D628AA; }
a { background-color: rgb(214,40,170); }
div.DivClassName
{
background-color: #D628AA;
}
.BgClassName
{
background-color: #D628AA;
}
</style>
border-color css
<style>
span { border-color: #D628AA; }
span { border-color: rgb(214,40,170); }
td.TdClassName
{
border-color: #D628AA;
}
.TagClassName
{
border-color: #D628AA;
}
</style>