Shades of Deep Cerise #D934A1
Tints of Deep Cerise #D934A1
RGB
CMYK
RGB Variations
Color information
#D934A1 (or 0xD934A1) is known color: Deep Cerise. HEX triplet: D9, 34 and A1. RGB value is (217,52,161). Sum of RGB (Red+Green+Blue) = 217+52+161=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D934A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934A1 is #26CB5E. Grayscale: #717171. Windows color (decimal): -2542431 or 10564825. OLE color: 10564825.
HSL color Cylindrical-coordinate representation of color #D934A1: hue angle of 320.36º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934A1 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 161 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.15 |
| HSL | 320.36º | 0.68% | 0.53% | - |
| HSV(B) | 320.36º | 0.76% | 0.85% | - |
| XYZ | 36.28 | 19.78 | 35.62 | - |
| YUV | 113.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 161 | 0 | 0.76 | 0.26 | 0.15 | 320.36 | 0.68 | 0.53 |
| Hex | D9 | 34 | A1 | 0 | 4C | 1A | F | 140 | 44 | 35 |
| Octal | 331 | 64 | 241 | 0 | 114 | 32 | 17 | 500 | 104 | 65 |
| Binary | 11011001 | 110100 | 10100001 | 0 | 1001100 | 11010 | 1111 | 101000000 | 1000100 | 110101 |
Color Harmonies of #D934A1
Complementary color
Monochromatic Colors of #D934A1
Black with #D934A1
Text Example
Text Example
White with #D934A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934A1; }
p { color: rgb(217,52,161); }
H1.HeaderClassName
{
color: #D934A1;
}
.AnyTagClassName
{
color: #D934A1;
}
</style>
background-color css
<style>
a { background-color: #D934A1; }
a { background-color: rgb(217,52,161); }
div.DivClassName
{
background-color: #D934A1;
}
.BgClassName
{
background-color: #D934A1;
}
</style>
border-color css
<style>
span { border-color: #D934A1; }
span { border-color: rgb(217,52,161); }
td.TdClassName
{
border-color: #D934A1;
}
.TagClassName
{
border-color: #D934A1;
}
</style>