Shades of Deep Cerise #D933A2
Tints of Deep Cerise #D933A2
RGB
CMYK
RGB Variations
Color information
#D933A2 (or 0xD933A2) is known color: Deep Cerise. HEX triplet: D9, 33 and A2. RGB value is (217,51,162). Sum of RGB (Red+Green+Blue) = 217+51+162=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D933A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D933A2 is #26CC5D. Grayscale: #717171. Windows color (decimal): -2542686 or 10630105. OLE color: 10630105.
HSL color Cylindrical-coordinate representation of color #D933A2: hue angle of 319.88º degrees, saturation: 0.69, 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 #D933A2 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 162 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.15 |
| HSL | 319.88º | 0.69% | 0.53% | - |
| HSV(B) | 319.88º | 0.76% | 0.85% | - |
| XYZ | 36.32 | 19.73 | 36.08 | - |
| YUV | 113.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 162 | 0 | 0.76 | 0.25 | 0.15 | 319.88 | 0.69 | 0.53 |
| Hex | D9 | 33 | A2 | 0 | 4C | 19 | F | 140 | 45 | 35 |
| Octal | 331 | 63 | 242 | 0 | 114 | 31 | 17 | 500 | 105 | 65 |
| Binary | 11011001 | 110011 | 10100010 | 0 | 1001100 | 11001 | 1111 | 101000000 | 1000101 | 110101 |
Color Harmonies of #D933A2
Complementary color
Monochromatic Colors of #D933A2
Black with #D933A2
Text Example
Text Example
White with #D933A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933A2; }
p { color: rgb(217,51,162); }
H1.HeaderClassName
{
color: #D933A2;
}
.AnyTagClassName
{
color: #D933A2;
}
</style>
background-color css
<style>
a { background-color: #D933A2; }
a { background-color: rgb(217,51,162); }
div.DivClassName
{
background-color: #D933A2;
}
.BgClassName
{
background-color: #D933A2;
}
</style>
border-color css
<style>
span { border-color: #D933A2; }
span { border-color: rgb(217,51,162); }
td.TdClassName
{
border-color: #D933A2;
}
.TagClassName
{
border-color: #D933A2;
}
</style>