Shades of Deep Cerise #D732A1
Tints of Deep Cerise #D732A1
RGB
CMYK
RGB Variations
Color information
#D732A1 (or 0xD732A1) is known color: Deep Cerise. HEX triplet: D7, 32 and A1. RGB value is (215,50,161). Sum of RGB (Red+Green+Blue) = 215+50+161=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D732A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732A1 is #28CD5E. Grayscale: #6F6F6F. Windows color (decimal): -2674015 or 10564311. OLE color: 10564311.
HSL color Cylindrical-coordinate representation of color #D732A1: hue angle of 319.64º 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 #D732A1 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 161 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.16 |
| HSL | 319.64º | 0.67% | 0.52% | - |
| HSV(B) | 319.64º | 0.77% | 0.84% | - |
| XYZ | 35.6 | 19.3 | 35.57 | - |
| YUV | 111.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 161 | 0 | 0.77 | 0.25 | 0.16 | 319.64 | 0.67 | 0.52 |
| Hex | D7 | 32 | A1 | 0 | 4D | 19 | 10 | 140 | 43 | 34 |
| Octal | 327 | 62 | 241 | 0 | 115 | 31 | 20 | 500 | 103 | 64 |
| Binary | 11010111 | 110010 | 10100001 | 0 | 1001101 | 11001 | 10000 | 101000000 | 1000011 | 110100 |
Color Harmonies of #D732A1
Complementary color
Monochromatic Colors of #D732A1
Black with #D732A1
Text Example
Text Example
White with #D732A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732A1; }
p { color: rgb(215,50,161); }
H1.HeaderClassName
{
color: #D732A1;
}
.AnyTagClassName
{
color: #D732A1;
}
</style>
background-color css
<style>
a { background-color: #D732A1; }
a { background-color: rgb(215,50,161); }
div.DivClassName
{
background-color: #D732A1;
}
.BgClassName
{
background-color: #D732A1;
}
</style>
border-color css
<style>
span { border-color: #D732A1; }
span { border-color: rgb(215,50,161); }
td.TdClassName
{
border-color: #D732A1;
}
.TagClassName
{
border-color: #D732A1;
}
</style>