Shades of Deep Cerise #D92DA3
Tints of Deep Cerise #D92DA3
RGB
CMYK
RGB Variations
Color information
#D92DA3 (or 0xD92DA3) is known color: Deep Cerise. HEX triplet: D9, 2D and A3. RGB value is (217,45,163). Sum of RGB (Red+Green+Blue) = 217+45+163=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA3 is #26D25C. Grayscale: #6D6D6D. Windows color (decimal): -2544221 or 10694105. OLE color: 10694105.
HSL color Cylindrical-coordinate representation of color #D92DA3: hue angle of 318.84º 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 #D92DA3 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 163 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.15 |
| HSL | 318.84º | 0.69% | 0.51% | - |
| HSV(B) | 318.84º | 0.79% | 0.85% | - |
| XYZ | 36.16 | 19.27 | 36.46 | - |
| YUV | 109.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 163 | 0 | 0.79 | 0.25 | 0.15 | 318.84 | 0.69 | 0.51 |
| Hex | D9 | 2D | A3 | 0 | 4F | 19 | F | 13F | 45 | 33 |
| Octal | 331 | 55 | 243 | 0 | 117 | 31 | 17 | 477 | 105 | 63 |
| Binary | 11011001 | 101101 | 10100011 | 0 | 1001111 | 11001 | 1111 | 100111111 | 1000101 | 110011 |
Color Harmonies of #D92DA3
Complementary color
Monochromatic Colors of #D92DA3
Black with #D92DA3
Text Example
Text Example
White with #D92DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DA3; }
p { color: rgb(217,45,163); }
H1.HeaderClassName
{
color: #D92DA3;
}
.AnyTagClassName
{
color: #D92DA3;
}
</style>
background-color css
<style>
a { background-color: #D92DA3; }
a { background-color: rgb(217,45,163); }
div.DivClassName
{
background-color: #D92DA3;
}
.BgClassName
{
background-color: #D92DA3;
}
</style>
border-color css
<style>
span { border-color: #D92DA3; }
span { border-color: rgb(217,45,163); }
td.TdClassName
{
border-color: #D92DA3;
}
.TagClassName
{
border-color: #D92DA3;
}
</style>