Shades of Razzle Dazzle Rose #D92BC4
Tints of Razzle Dazzle Rose #D92BC4
RGB
CMYK
RGB Variations
Color information
#D92BC4 (or 0xD92BC4) is known color: Razzle Dazzle Rose. HEX triplet: D9, 2B and C4. RGB value is (217,43,196). Sum of RGB (Red+Green+Blue) = 217+43+196=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92BC4 is #26D43B. Grayscale: #707070. Windows color (decimal): -2544700 or 12856281. OLE color: 12856281.
HSL color Cylindrical-coordinate representation of color #D92BC4: hue angle of 307.24º 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 #D92BC4 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 196 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.15 |
| HSL | 307.24º | 0.7% | 0.51% | - |
| HSV(B) | 307.24º | 0.8% | 0.85% | - |
| XYZ | 39.44 | 20.46 | 54.1 | - |
| YUV | 112.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 196 | 0 | 0.80 | 0.10 | 0.15 | 307.24 | 0.7 | 0.51 |
| Hex | D9 | 2B | C4 | 0 | 50 | A | F | 133 | 46 | 33 |
| Octal | 331 | 53 | 304 | 0 | 120 | 12 | 17 | 463 | 106 | 63 |
| Binary | 11011001 | 101011 | 11000100 | 0 | 1010000 | 1010 | 1111 | 100110011 | 1000110 | 110011 |
Color Harmonies of #D92BC4
Complementary color
Monochromatic Colors of #D92BC4
Black with #D92BC4
Text Example
Text Example
White with #D92BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BC4; }
p { color: rgb(217,43,196); }
H1.HeaderClassName
{
color: #D92BC4;
}
.AnyTagClassName
{
color: #D92BC4;
}
</style>
background-color css
<style>
a { background-color: #D92BC4; }
a { background-color: rgb(217,43,196); }
div.DivClassName
{
background-color: #D92BC4;
}
.BgClassName
{
background-color: #D92BC4;
}
</style>
border-color css
<style>
span { border-color: #D92BC4; }
span { border-color: rgb(217,43,196); }
td.TdClassName
{
border-color: #D92BC4;
}
.TagClassName
{
border-color: #D92BC4;
}
</style>