Shades of Razzle Dazzle Rose #D92CC5
Tints of Razzle Dazzle Rose #D92CC5
RGB
CMYK
RGB Variations
Color information
#D92CC5 (or 0xD92CC5) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2C and C5. RGB value is (217,44,197). Sum of RGB (Red+Green+Blue) = 217+44+197=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CC5 is #26D33A. Grayscale: #707070. Windows color (decimal): -2544443 or 12922073. OLE color: 12922073.
HSL color Cylindrical-coordinate representation of color #D92CC5: hue angle of 306.94º 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 #D92CC5 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 197 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.15 |
| HSL | 306.94º | 0.69% | 0.51% | - |
| HSV(B) | 306.94º | 0.8% | 0.85% | - |
| XYZ | 39.59 | 20.58 | 54.71 | - |
| YUV | 113.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 197 | 0 | 0.80 | 0.09 | 0.15 | 306.94 | 0.69 | 0.51 |
| Hex | D9 | 2C | C5 | 0 | 50 | 9 | F | 133 | 45 | 33 |
| Octal | 331 | 54 | 305 | 0 | 120 | 11 | 17 | 463 | 105 | 63 |
| Binary | 11011001 | 101100 | 11000101 | 0 | 1010000 | 1001 | 1111 | 100110011 | 1000101 | 110011 |
Color Harmonies of #D92CC5
Complementary color
Monochromatic Colors of #D92CC5
Black with #D92CC5
Text Example
Text Example
White with #D92CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CC5; }
p { color: rgb(217,44,197); }
H1.HeaderClassName
{
color: #D92CC5;
}
.AnyTagClassName
{
color: #D92CC5;
}
</style>
background-color css
<style>
a { background-color: #D92CC5; }
a { background-color: rgb(217,44,197); }
div.DivClassName
{
background-color: #D92CC5;
}
.BgClassName
{
background-color: #D92CC5;
}
</style>
border-color css
<style>
span { border-color: #D92CC5; }
span { border-color: rgb(217,44,197); }
td.TdClassName
{
border-color: #D92CC5;
}
.TagClassName
{
border-color: #D92CC5;
}
</style>