Shades of Razzle Dazzle Rose #D92CDD
Tints of Razzle Dazzle Rose #D92CDD
RGB
CMYK
RGB Variations
Color information
#D92CDD (or 0xD92CDD) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2C and DD. RGB value is (217,44,221). Sum of RGB (Red+Green+Blue) = 217+44+221=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D92CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CDD is #26D322. Grayscale: #737373. Windows color (decimal): -2544419 or 14494937. OLE color: 14494937.
HSL color Cylindrical-coordinate representation of color #D92CDD: hue angle of 298.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CDD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 44 | 221 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.13 |
| HSL | 298.64º | 0.72% | 0.52% | - |
| HSV(B) | 298.64º | 0.8% | 0.87% | - |
| XYZ | 42.57 | 21.77 | 70.37 | - |
| YUV | 115.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 221 | 0.02 | 0.80 | 0 | 0.13 | 298.64 | 0.72 | 0.52 |
| Hex | D9 | 2C | DD | 2 | 50 | 0 | D | 12B | 48 | 34 |
| Octal | 331 | 54 | 335 | 2 | 120 | 0 | 15 | 453 | 110 | 64 |
| Binary | 11011001 | 101100 | 11011101 | 10 | 1010000 | 0 | 1101 | 100101011 | 1001000 | 110100 |
Color Harmonies of #D92CDD
Complementary color
Monochromatic Colors of #D92CDD
Black with #D92CDD
Text Example
Text Example
White with #D92CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CDD; }
p { color: rgb(217,44,221); }
H1.HeaderClassName
{
color: #D92CDD;
}
.AnyTagClassName
{
color: #D92CDD;
}
</style>
background-color css
<style>
a { background-color: #D92CDD; }
a { background-color: rgb(217,44,221); }
div.DivClassName
{
background-color: #D92CDD;
}
.BgClassName
{
background-color: #D92CDD;
}
</style>
border-color css
<style>
span { border-color: #D92CDD; }
span { border-color: rgb(217,44,221); }
td.TdClassName
{
border-color: #D92CDD;
}
.TagClassName
{
border-color: #D92CDD;
}
</style>