Shades of Razzle Dazzle Rose #D92CCA
Tints of Razzle Dazzle Rose #D92CCA
RGB
CMYK
RGB Variations
Color information
#D92CCA (or 0xD92CCA) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2C and CA. RGB value is (217,44,202). Sum of RGB (Red+Green+Blue) = 217+44+202=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CCA is #26D335. Grayscale: #717171. Windows color (decimal): -2544438 or 13249753. OLE color: 13249753.
HSL color Cylindrical-coordinate representation of color #D92CCA: hue angle of 305.2º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CCA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 202 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.15 |
| HSL | 305.2º | 0.69% | 0.51% | - |
| HSV(B) | 305.2º | 0.8% | 0.85% | - |
| XYZ | 40.18 | 20.82 | 57.78 | - |
| YUV | 113.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 202 | 0 | 0.80 | 0.07 | 0.15 | 305.2 | 0.69 | 0.51 |
| Hex | D9 | 2C | CA | 0 | 50 | 7 | F | 131 | 45 | 33 |
| Octal | 331 | 54 | 312 | 0 | 120 | 7 | 17 | 461 | 105 | 63 |
| Binary | 11011001 | 101100 | 11001010 | 0 | 1010000 | 111 | 1111 | 100110001 | 1000101 | 110011 |
Color Harmonies of #D92CCA
Complementary color
Monochromatic Colors of #D92CCA
Black with #D92CCA
Text Example
Text Example
White with #D92CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CCA; }
p { color: rgb(217,44,202); }
H1.HeaderClassName
{
color: #D92CCA;
}
.AnyTagClassName
{
color: #D92CCA;
}
</style>
background-color css
<style>
a { background-color: #D92CCA; }
a { background-color: rgb(217,44,202); }
div.DivClassName
{
background-color: #D92CCA;
}
.BgClassName
{
background-color: #D92CCA;
}
</style>
border-color css
<style>
span { border-color: #D92CCA; }
span { border-color: rgb(217,44,202); }
td.TdClassName
{
border-color: #D92CCA;
}
.TagClassName
{
border-color: #D92CCA;
}
</style>