Shades of Razzle Dazzle Rose #D933C0
Tints of Razzle Dazzle Rose #D933C0
RGB
CMYK
RGB Variations
Color information
#D933C0 (or 0xD933C0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 33 and C0. RGB value is (217,51,192). Sum of RGB (Red+Green+Blue) = 217+51+192=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D933C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933C0 is #26CC3F. Grayscale: #747474. Windows color (decimal): -2542656 or 12596185. OLE color: 12596185.
HSL color Cylindrical-coordinate representation of color #D933C0: hue angle of 309.04º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D933C0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 192 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.15 |
| HSL | 309.04º | 0.69% | 0.53% | - |
| HSV(B) | 309.04º | 0.76% | 0.85% | - |
| XYZ | 39.31 | 20.93 | 51.84 | - |
| YUV | 116.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 192 | 0 | 0.76 | 0.12 | 0.15 | 309.04 | 0.69 | 0.53 |
| Hex | D9 | 33 | C0 | 0 | 4C | C | F | 135 | 45 | 35 |
| Octal | 331 | 63 | 300 | 0 | 114 | 14 | 17 | 465 | 105 | 65 |
| Binary | 11011001 | 110011 | 11000000 | 0 | 1001100 | 1100 | 1111 | 100110101 | 1000101 | 110101 |
Color Harmonies of #D933C0
Complementary color
Monochromatic Colors of #D933C0
Black with #D933C0
Text Example
Text Example
White with #D933C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933C0; }
p { color: rgb(217,51,192); }
H1.HeaderClassName
{
color: #D933C0;
}
.AnyTagClassName
{
color: #D933C0;
}
</style>
background-color css
<style>
a { background-color: #D933C0; }
a { background-color: rgb(217,51,192); }
div.DivClassName
{
background-color: #D933C0;
}
.BgClassName
{
background-color: #D933C0;
}
</style>
border-color css
<style>
span { border-color: #D933C0; }
span { border-color: rgb(217,51,192); }
td.TdClassName
{
border-color: #D933C0;
}
.TagClassName
{
border-color: #D933C0;
}
</style>