Shades of Razzle Dazzle Rose #D92DCB
Tints of Razzle Dazzle Rose #D92DCB
RGB
CMYK
RGB Variations
Color information
#D92DCB (or 0xD92DCB) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and CB. RGB value is (217,45,203). Sum of RGB (Red+Green+Blue) = 217+45+203=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DCB is #26D234. Grayscale: #717171. Windows color (decimal): -2544181 or 13315545. OLE color: 13315545.
HSL color Cylindrical-coordinate representation of color #D92DCB: hue angle of 304.88º 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 #D92DCB is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 203 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.15 |
| HSL | 304.88º | 0.69% | 0.51% | - |
| HSV(B) | 304.88º | 0.79% | 0.85% | - |
| XYZ | 40.33 | 20.94 | 58.42 | - |
| YUV | 114.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 203 | 0 | 0.79 | 0.06 | 0.15 | 304.88 | 0.69 | 0.51 |
| Hex | D9 | 2D | CB | 0 | 4F | 6 | F | 131 | 45 | 33 |
| Octal | 331 | 55 | 313 | 0 | 117 | 6 | 17 | 461 | 105 | 63 |
| Binary | 11011001 | 101101 | 11001011 | 0 | 1001111 | 110 | 1111 | 100110001 | 1000101 | 110011 |
Color Harmonies of #D92DCB
Complementary color
Monochromatic Colors of #D92DCB
Black with #D92DCB
Text Example
Text Example
White with #D92DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DCB; }
p { color: rgb(217,45,203); }
H1.HeaderClassName
{
color: #D92DCB;
}
.AnyTagClassName
{
color: #D92DCB;
}
</style>
background-color css
<style>
a { background-color: #D92DCB; }
a { background-color: rgb(217,45,203); }
div.DivClassName
{
background-color: #D92DCB;
}
.BgClassName
{
background-color: #D92DCB;
}
</style>
border-color css
<style>
span { border-color: #D92DCB; }
span { border-color: rgb(217,45,203); }
td.TdClassName
{
border-color: #D92DCB;
}
.TagClassName
{
border-color: #D92DCB;
}
</style>