Shades of Razzle Dazzle Rose #D92EC0
Tints of Razzle Dazzle Rose #D92EC0
RGB
CMYK
RGB Variations
Color information
#D92EC0 (or 0xD92EC0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2E and C0. RGB value is (217,46,192). Sum of RGB (Red+Green+Blue) = 217+46+192=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92EC0 is #26D13F. Grayscale: #717171. Windows color (decimal): -2543936 or 12594905. OLE color: 12594905.
HSL color Cylindrical-coordinate representation of color #D92EC0: hue angle of 308.77º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92EC0 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 192 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.15 |
| HSL | 308.77º | 0.69% | 0.52% | - |
| HSV(B) | 308.77º | 0.79% | 0.85% | - |
| XYZ | 39.11 | 20.51 | 51.77 | - |
| YUV | 113.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 192 | 0 | 0.79 | 0.12 | 0.15 | 308.77 | 0.69 | 0.52 |
| Hex | D9 | 2E | C0 | 0 | 4F | C | F | 135 | 45 | 34 |
| Octal | 331 | 56 | 300 | 0 | 117 | 14 | 17 | 465 | 105 | 64 |
| Binary | 11011001 | 101110 | 11000000 | 0 | 1001111 | 1100 | 1111 | 100110101 | 1000101 | 110100 |
Color Harmonies of #D92EC0
Complementary color
Monochromatic Colors of #D92EC0
Black with #D92EC0
Text Example
Text Example
White with #D92EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EC0; }
p { color: rgb(217,46,192); }
H1.HeaderClassName
{
color: #D92EC0;
}
.AnyTagClassName
{
color: #D92EC0;
}
</style>
background-color css
<style>
a { background-color: #D92EC0; }
a { background-color: rgb(217,46,192); }
div.DivClassName
{
background-color: #D92EC0;
}
.BgClassName
{
background-color: #D92EC0;
}
</style>
border-color css
<style>
span { border-color: #D92EC0; }
span { border-color: rgb(217,46,192); }
td.TdClassName
{
border-color: #D92EC0;
}
.TagClassName
{
border-color: #D92EC0;
}
</style>