Shades of Deep Cerise #D732A2
Tints of Deep Cerise #D732A2
RGB
CMYK
RGB Variations
Color information
#D732A2 (or 0xD732A2) is known color: Deep Cerise. HEX triplet: D7, 32 and A2. RGB value is (215,50,162). Sum of RGB (Red+Green+Blue) = 215+50+162=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D732A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732A2 is #28CD5D. Grayscale: #6F6F6F. Windows color (decimal): -2674014 or 10629847. OLE color: 10629847.
HSL color Cylindrical-coordinate representation of color #D732A2: hue angle of 319.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D732A2 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 162 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.16 |
| HSL | 319.27º | 0.67% | 0.52% | - |
| HSV(B) | 319.27º | 0.77% | 0.84% | - |
| XYZ | 35.69 | 19.34 | 36.03 | - |
| YUV | 112.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 162 | 0 | 0.77 | 0.25 | 0.16 | 319.27 | 0.67 | 0.52 |
| Hex | D7 | 32 | A2 | 0 | 4D | 19 | 10 | 13F | 43 | 34 |
| Octal | 327 | 62 | 242 | 0 | 115 | 31 | 20 | 477 | 103 | 64 |
| Binary | 11010111 | 110010 | 10100010 | 0 | 1001101 | 11001 | 10000 | 100111111 | 1000011 | 110100 |
Color Harmonies of #D732A2
Complementary color
Monochromatic Colors of #D732A2
Black with #D732A2
Text Example
Text Example
White with #D732A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732A2; }
p { color: rgb(215,50,162); }
H1.HeaderClassName
{
color: #D732A2;
}
.AnyTagClassName
{
color: #D732A2;
}
</style>
background-color css
<style>
a { background-color: #D732A2; }
a { background-color: rgb(215,50,162); }
div.DivClassName
{
background-color: #D732A2;
}
.BgClassName
{
background-color: #D732A2;
}
</style>
border-color css
<style>
span { border-color: #D732A2; }
span { border-color: rgb(215,50,162); }
td.TdClassName
{
border-color: #D732A2;
}
.TagClassName
{
border-color: #D732A2;
}
</style>