Shades of Razzle Dazzle Rose #D92BBC
Tints of Razzle Dazzle Rose #D92BBC
RGB
CMYK
RGB Variations
Color information
#D92BBC (or 0xD92BBC) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2B and BC. RGB value is (217,43,188). Sum of RGB (Red+Green+Blue) = 217+43+188=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92BBC is #26D443. Grayscale: #6F6F6F. Windows color (decimal): -2544708 or 12331993. OLE color: 12331993.
HSL color Cylindrical-coordinate representation of color #D92BBC: hue angle of 310º degrees, saturation: 0.7, 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 #D92BBC is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 188 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.15 |
| HSL | 310º | 0.7% | 0.51% | - |
| HSV(B) | 310º | 0.8% | 0.85% | - |
| XYZ | 38.56 | 20.11 | 49.43 | - |
| YUV | 111.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 188 | 0 | 0.80 | 0.13 | 0.15 | 310 | 0.7 | 0.51 |
| Hex | D9 | 2B | BC | 0 | 50 | D | F | 136 | 46 | 33 |
| Octal | 331 | 53 | 274 | 0 | 120 | 15 | 17 | 466 | 106 | 63 |
| Binary | 11011001 | 101011 | 10111100 | 0 | 1010000 | 1101 | 1111 | 100110110 | 1000110 | 110011 |
Color Harmonies of #D92BBC
Complementary color
Monochromatic Colors of #D92BBC
Black with #D92BBC
Text Example
Text Example
White with #D92BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BBC; }
p { color: rgb(217,43,188); }
H1.HeaderClassName
{
color: #D92BBC;
}
.AnyTagClassName
{
color: #D92BBC;
}
</style>
background-color css
<style>
a { background-color: #D92BBC; }
a { background-color: rgb(217,43,188); }
div.DivClassName
{
background-color: #D92BBC;
}
.BgClassName
{
background-color: #D92BBC;
}
</style>
border-color css
<style>
span { border-color: #D92BBC; }
span { border-color: rgb(217,43,188); }
td.TdClassName
{
border-color: #D92BBC;
}
.TagClassName
{
border-color: #D92BBC;
}
</style>