Shades of Deep Cerise #D94392
Tints of Deep Cerise #D94392
RGB
CMYK
RGB Variations
Color information
#D94392 (or 0xD94392) is known color: Deep Cerise. HEX triplet: D9, 43 and 92. RGB value is (217,67,146). Sum of RGB (Red+Green+Blue) = 217+67+146=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94392 is #26BC6D. Grayscale: #787878. Windows color (decimal): -2538606 or 9585625. OLE color: 9585625.
HSL color Cylindrical-coordinate representation of color #D94392: hue angle of 328.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94392 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 146 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.15 |
| HSL | 328.4º | 0.66% | 0.56% | - |
| HSV(B) | 328.4º | 0.69% | 0.85% | - |
| XYZ | 35.81 | 20.84 | 29.33 | - |
| YUV | 120.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 146 | 0 | 0.69 | 0.33 | 0.15 | 328.4 | 0.66 | 0.56 |
| Hex | D9 | 43 | 92 | 0 | 45 | 21 | F | 148 | 42 | 38 |
| Octal | 331 | 103 | 222 | 0 | 105 | 41 | 17 | 510 | 102 | 70 |
| Binary | 11011001 | 1000011 | 10010010 | 0 | 1000101 | 100001 | 1111 | 101001000 | 1000010 | 111000 |
Color Harmonies of #D94392
Complementary color
Monochromatic Colors of #D94392
Black with #D94392
Text Example
Text Example
White with #D94392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94392; }
p { color: rgb(217,67,146); }
H1.HeaderClassName
{
color: #D94392;
}
.AnyTagClassName
{
color: #D94392;
}
</style>
background-color css
<style>
a { background-color: #D94392; }
a { background-color: rgb(217,67,146); }
div.DivClassName
{
background-color: #D94392;
}
.BgClassName
{
background-color: #D94392;
}
</style>
border-color css
<style>
span { border-color: #D94392; }
span { border-color: rgb(217,67,146); }
td.TdClassName
{
border-color: #D94392;
}
.TagClassName
{
border-color: #D94392;
}
</style>