Shades of Razzle Dazzle Rose #D92DB9
Tints of Razzle Dazzle Rose #D92DB9
RGB
CMYK
RGB Variations
Color information
#D92DB9 (or 0xD92DB9) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2D and B9. RGB value is (217,45,185). Sum of RGB (Red+Green+Blue) = 217+45+185=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DB9 is #26D246. Grayscale: #707070. Windows color (decimal): -2544199 or 12135897. OLE color: 12135897.
HSL color Cylindrical-coordinate representation of color #D92DB9: hue angle of 311.16º 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 #D92DB9 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 185 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.15 |
| HSL | 311.16º | 0.69% | 0.51% | - |
| HSV(B) | 311.16º | 0.79% | 0.85% | - |
| XYZ | 38.31 | 20.13 | 47.77 | - |
| YUV | 112.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 185 | 0 | 0.79 | 0.15 | 0.15 | 311.16 | 0.69 | 0.51 |
| Hex | D9 | 2D | B9 | 0 | 4F | F | F | 137 | 45 | 33 |
| Octal | 331 | 55 | 271 | 0 | 117 | 17 | 17 | 467 | 105 | 63 |
| Binary | 11011001 | 101101 | 10111001 | 0 | 1001111 | 1111 | 1111 | 100110111 | 1000101 | 110011 |
Color Harmonies of #D92DB9
Complementary color
Monochromatic Colors of #D92DB9
Black with #D92DB9
Text Example
Text Example
White with #D92DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DB9; }
p { color: rgb(217,45,185); }
H1.HeaderClassName
{
color: #D92DB9;
}
.AnyTagClassName
{
color: #D92DB9;
}
</style>
background-color css
<style>
a { background-color: #D92DB9; }
a { background-color: rgb(217,45,185); }
div.DivClassName
{
background-color: #D92DB9;
}
.BgClassName
{
background-color: #D92DB9;
}
</style>
border-color css
<style>
span { border-color: #D92DB9; }
span { border-color: rgb(217,45,185); }
td.TdClassName
{
border-color: #D92DB9;
}
.TagClassName
{
border-color: #D92DB9;
}
</style>