Shades of Razzle Dazzle Rose #D92DC0
Tints of Razzle Dazzle Rose #D92DC0
RGB
CMYK
RGB Variations
Color information
#D92DC0 (or 0xD92DC0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and C0. RGB value is (217,45,192). Sum of RGB (Red+Green+Blue) = 217+45+192=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DC0 is #26D23F. Grayscale: #707070. Windows color (decimal): -2544192 or 12594649. OLE color: 12594649.
HSL color Cylindrical-coordinate representation of color #D92DC0: hue angle of 308.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92DC0 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 192 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.15 |
| HSL | 308.72º | 0.69% | 0.51% | - |
| HSV(B) | 308.72º | 0.79% | 0.85% | - |
| XYZ | 39.07 | 20.43 | 51.75 | - |
| YUV | 113.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 192 | 0 | 0.79 | 0.12 | 0.15 | 308.72 | 0.69 | 0.51 |
| Hex | D9 | 2D | C0 | 0 | 4F | C | F | 135 | 45 | 33 |
| Octal | 331 | 55 | 300 | 0 | 117 | 14 | 17 | 465 | 105 | 63 |
| Binary | 11011001 | 101101 | 11000000 | 0 | 1001111 | 1100 | 1111 | 100110101 | 1000101 | 110011 |
Color Harmonies of #D92DC0
Complementary color
Monochromatic Colors of #D92DC0
Black with #D92DC0
Text Example
Text Example
White with #D92DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DC0; }
p { color: rgb(217,45,192); }
H1.HeaderClassName
{
color: #D92DC0;
}
.AnyTagClassName
{
color: #D92DC0;
}
</style>
background-color css
<style>
a { background-color: #D92DC0; }
a { background-color: rgb(217,45,192); }
div.DivClassName
{
background-color: #D92DC0;
}
.BgClassName
{
background-color: #D92DC0;
}
</style>
border-color css
<style>
span { border-color: #D92DC0; }
span { border-color: rgb(217,45,192); }
td.TdClassName
{
border-color: #D92DC0;
}
.TagClassName
{
border-color: #D92DC0;
}
</style>