Shades of Razzle Dazzle Rose #D92DDC
Tints of Razzle Dazzle Rose #D92DDC
RGB
CMYK
RGB Variations
Color information
#D92DDC (or 0xD92DDC) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and DC. RGB value is (217,45,220). Sum of RGB (Red+Green+Blue) = 217+45+220=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #D92DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DDC is #26D223. Grayscale: #737373. Windows color (decimal): -2544164 or 14429657. OLE color: 14429657.
HSL color Cylindrical-coordinate representation of color #D92DDC: hue angle of 298.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92DDC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 45 | 220 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.14 |
| HSL | 298.97º | 0.71% | 0.52% | - |
| HSV(B) | 298.97º | 0.8% | 0.86% | - |
| XYZ | 42.47 | 21.8 | 69.68 | - |
| YUV | 116.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 220 | 0.01 | 0.80 | 0 | 0.14 | 298.97 | 0.71 | 0.52 |
| Hex | D9 | 2D | DC | 1 | 50 | 0 | E | 12B | 47 | 34 |
| Octal | 331 | 55 | 334 | 1 | 120 | 0 | 16 | 453 | 107 | 64 |
| Binary | 11011001 | 101101 | 11011100 | 1 | 1010000 | 0 | 1110 | 100101011 | 1000111 | 110100 |
Color Harmonies of #D92DDC
Complementary color
Monochromatic Colors of #D92DDC
Black with #D92DDC
Text Example
Text Example
White with #D92DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DDC; }
p { color: rgb(217,45,220); }
H1.HeaderClassName
{
color: #D92DDC;
}
.AnyTagClassName
{
color: #D92DDC;
}
</style>
background-color css
<style>
a { background-color: #D92DDC; }
a { background-color: rgb(217,45,220); }
div.DivClassName
{
background-color: #D92DDC;
}
.BgClassName
{
background-color: #D92DDC;
}
</style>
border-color css
<style>
span { border-color: #D92DDC; }
span { border-color: rgb(217,45,220); }
td.TdClassName
{
border-color: #D92DDC;
}
.TagClassName
{
border-color: #D92DDC;
}
</style>