Shades of Razzle Dazzle Rose #D92CC0
Tints of Razzle Dazzle Rose #D92CC0
RGB
CMYK
RGB Variations
Color information
#D92CC0 (or 0xD92CC0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2C and C0. RGB value is (217,44,192). Sum of RGB (Red+Green+Blue) = 217+44+192=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CC0 is #26D33F. Grayscale: #707070. Windows color (decimal): -2544448 or 12594393. OLE color: 12594393.
HSL color Cylindrical-coordinate representation of color #D92CC0: hue angle of 308.67º 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 #D92CC0 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 192 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.15 |
| HSL | 308.67º | 0.69% | 0.51% | - |
| HSV(B) | 308.67º | 0.8% | 0.85% | - |
| XYZ | 39.03 | 20.36 | 51.74 | - |
| YUV | 112.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 192 | 0 | 0.80 | 0.12 | 0.15 | 308.67 | 0.69 | 0.51 |
| Hex | D9 | 2C | C0 | 0 | 50 | C | F | 135 | 45 | 33 |
| Octal | 331 | 54 | 300 | 0 | 120 | 14 | 17 | 465 | 105 | 63 |
| Binary | 11011001 | 101100 | 11000000 | 0 | 1010000 | 1100 | 1111 | 100110101 | 1000101 | 110011 |
Color Harmonies of #D92CC0
Complementary color
Monochromatic Colors of #D92CC0
Black with #D92CC0
Text Example
Text Example
White with #D92CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CC0; }
p { color: rgb(217,44,192); }
H1.HeaderClassName
{
color: #D92CC0;
}
.AnyTagClassName
{
color: #D92CC0;
}
</style>
background-color css
<style>
a { background-color: #D92CC0; }
a { background-color: rgb(217,44,192); }
div.DivClassName
{
background-color: #D92CC0;
}
.BgClassName
{
background-color: #D92CC0;
}
</style>
border-color css
<style>
span { border-color: #D92CC0; }
span { border-color: rgb(217,44,192); }
td.TdClassName
{
border-color: #D92CC0;
}
.TagClassName
{
border-color: #D92CC0;
}
</style>