Shades of Razzle Dazzle Rose #D932C0
Tints of Razzle Dazzle Rose #D932C0
RGB
CMYK
RGB Variations
Color information
#D932C0 (or 0xD932C0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 32 and C0. RGB value is (217,50,192). Sum of RGB (Red+Green+Blue) = 217+50+192=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D932C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D932C0 is #26CD3F. Grayscale: #737373. Windows color (decimal): -2542912 or 12595929. OLE color: 12595929.
HSL color Cylindrical-coordinate representation of color #D932C0: hue angle of 308.98º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D932C0 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 192 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.15 |
| HSL | 308.98º | 0.69% | 0.52% | - |
| HSV(B) | 308.98º | 0.77% | 0.85% | - |
| XYZ | 39.27 | 20.84 | 51.82 | - |
| YUV | 116.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 192 | 0 | 0.77 | 0.12 | 0.15 | 308.98 | 0.69 | 0.52 |
| Hex | D9 | 32 | C0 | 0 | 4D | C | F | 135 | 45 | 34 |
| Octal | 331 | 62 | 300 | 0 | 115 | 14 | 17 | 465 | 105 | 64 |
| Binary | 11011001 | 110010 | 11000000 | 0 | 1001101 | 1100 | 1111 | 100110101 | 1000101 | 110100 |
Color Harmonies of #D932C0
Complementary color
Monochromatic Colors of #D932C0
Black with #D932C0
Text Example
Text Example
White with #D932C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932C0; }
p { color: rgb(217,50,192); }
H1.HeaderClassName
{
color: #D932C0;
}
.AnyTagClassName
{
color: #D932C0;
}
</style>
background-color css
<style>
a { background-color: #D932C0; }
a { background-color: rgb(217,50,192); }
div.DivClassName
{
background-color: #D932C0;
}
.BgClassName
{
background-color: #D932C0;
}
</style>
border-color css
<style>
span { border-color: #D932C0; }
span { border-color: rgb(217,50,192); }
td.TdClassName
{
border-color: #D932C0;
}
.TagClassName
{
border-color: #D932C0;
}
</style>