Shades of Deep Cerise #D732A5
Tints of Deep Cerise #D732A5
RGB
CMYK
RGB Variations
Color information
#D732A5 (or 0xD732A5) is known color: Deep Cerise. HEX triplet: D7, 32 and A5. RGB value is (215,50,165). Sum of RGB (Red+Green+Blue) = 215+50+165=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D732A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732A5 is #28CD5A. Grayscale: #707070. Windows color (decimal): -2674011 or 10826455. OLE color: 10826455.
HSL color Cylindrical-coordinate representation of color #D732A5: hue angle of 318.18º 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 #D732A5 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 165 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.16 |
| HSL | 318.18º | 0.67% | 0.52% | - |
| HSV(B) | 318.18º | 0.77% | 0.84% | - |
| XYZ | 35.96 | 19.44 | 37.46 | - |
| YUV | 112.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 165 | 0 | 0.77 | 0.23 | 0.16 | 318.18 | 0.67 | 0.52 |
| Hex | D7 | 32 | A5 | 0 | 4D | 17 | 10 | 13E | 43 | 34 |
| Octal | 327 | 62 | 245 | 0 | 115 | 27 | 20 | 476 | 103 | 64 |
| Binary | 11010111 | 110010 | 10100101 | 0 | 1001101 | 10111 | 10000 | 100111110 | 1000011 | 110100 |
Color Harmonies of #D732A5
Complementary color
Monochromatic Colors of #D732A5
Black with #D732A5
Text Example
Text Example
White with #D732A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732A5; }
p { color: rgb(215,50,165); }
H1.HeaderClassName
{
color: #D732A5;
}
.AnyTagClassName
{
color: #D732A5;
}
</style>
background-color css
<style>
a { background-color: #D732A5; }
a { background-color: rgb(215,50,165); }
div.DivClassName
{
background-color: #D732A5;
}
.BgClassName
{
background-color: #D732A5;
}
</style>
border-color css
<style>
span { border-color: #D732A5; }
span { border-color: rgb(215,50,165); }
td.TdClassName
{
border-color: #D732A5;
}
.TagClassName
{
border-color: #D732A5;
}
</style>