Shades of Razzle Dazzle Rose #D92DC6
Tints of Razzle Dazzle Rose #D92DC6
RGB
CMYK
RGB Variations
Color information
#D92DC6 (or 0xD92DC6) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and C6. RGB value is (217,45,198). Sum of RGB (Red+Green+Blue) = 217+45+198=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DC6 is #26D239. Grayscale: #717171. Windows color (decimal): -2544186 or 12987865. OLE color: 12987865.
HSL color Cylindrical-coordinate representation of color #D92DC6: hue angle of 306.63º 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 #D92DC6 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 198 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.15 |
| HSL | 306.63º | 0.69% | 0.51% | - |
| HSV(B) | 306.63º | 0.79% | 0.85% | - |
| XYZ | 39.75 | 20.71 | 55.33 | - |
| YUV | 113.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 198 | 0 | 0.79 | 0.09 | 0.15 | 306.63 | 0.69 | 0.51 |
| Hex | D9 | 2D | C6 | 0 | 4F | 9 | F | 133 | 45 | 33 |
| Octal | 331 | 55 | 306 | 0 | 117 | 11 | 17 | 463 | 105 | 63 |
| Binary | 11011001 | 101101 | 11000110 | 0 | 1001111 | 1001 | 1111 | 100110011 | 1000101 | 110011 |
Color Harmonies of #D92DC6
Complementary color
Monochromatic Colors of #D92DC6
Black with #D92DC6
Text Example
Text Example
White with #D92DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DC6; }
p { color: rgb(217,45,198); }
H1.HeaderClassName
{
color: #D92DC6;
}
.AnyTagClassName
{
color: #D92DC6;
}
</style>
background-color css
<style>
a { background-color: #D92DC6; }
a { background-color: rgb(217,45,198); }
div.DivClassName
{
background-color: #D92DC6;
}
.BgClassName
{
background-color: #D92DC6;
}
</style>
border-color css
<style>
span { border-color: #D92DC6; }
span { border-color: rgb(217,45,198); }
td.TdClassName
{
border-color: #D92DC6;
}
.TagClassName
{
border-color: #D92DC6;
}
</style>