Shades of Deep Cerise #D92DA1
Tints of Deep Cerise #D92DA1
RGB
CMYK
RGB Variations
Color information
#D92DA1 (or 0xD92DA1) is known color: Deep Cerise. HEX triplet: D9, 2D and A1. RGB value is (217,45,161). Sum of RGB (Red+Green+Blue) = 217+45+161=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA1 is #26D25E. Grayscale: #6D6D6D. Windows color (decimal): -2544223 or 10563033. OLE color: 10563033.
HSL color Cylindrical-coordinate representation of color #D92DA1: hue angle of 319.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92DA1 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 161 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.15 |
| HSL | 319.53º | 0.69% | 0.51% | - |
| HSV(B) | 319.53º | 0.79% | 0.85% | - |
| XYZ | 35.99 | 19.2 | 35.53 | - |
| YUV | 109.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 161 | 0 | 0.79 | 0.26 | 0.15 | 319.53 | 0.69 | 0.51 |
| Hex | D9 | 2D | A1 | 0 | 4F | 1A | F | 140 | 45 | 33 |
| Octal | 331 | 55 | 241 | 0 | 117 | 32 | 17 | 500 | 105 | 63 |
| Binary | 11011001 | 101101 | 10100001 | 0 | 1001111 | 11010 | 1111 | 101000000 | 1000101 | 110011 |
Color Harmonies of #D92DA1
Complementary color
Monochromatic Colors of #D92DA1
Black with #D92DA1
Text Example
Text Example
White with #D92DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DA1; }
p { color: rgb(217,45,161); }
H1.HeaderClassName
{
color: #D92DA1;
}
.AnyTagClassName
{
color: #D92DA1;
}
</style>
background-color css
<style>
a { background-color: #D92DA1; }
a { background-color: rgb(217,45,161); }
div.DivClassName
{
background-color: #D92DA1;
}
.BgClassName
{
background-color: #D92DA1;
}
</style>
border-color css
<style>
span { border-color: #D92DA1; }
span { border-color: rgb(217,45,161); }
td.TdClassName
{
border-color: #D92DA1;
}
.TagClassName
{
border-color: #D92DA1;
}
</style>