Shades of Razzle Dazzle Rose #D935CC
Tints of Razzle Dazzle Rose #D935CC
RGB
CMYK
RGB Variations
Color information
#D935CC (or 0xD935CC) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and CC. RGB value is (217,53,204). Sum of RGB (Red+Green+Blue) = 217+53+204=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D935CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935CC is #26CA33. Grayscale: #767676. Windows color (decimal): -2542132 or 13383129. OLE color: 13383129.
HSL color Cylindrical-coordinate representation of color #D935CC: hue angle of 304.76º degrees, saturation: 0.68, 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 #D935CC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 204 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.15 |
| HSL | 304.76º | 0.68% | 0.53% | - |
| HSV(B) | 304.76º | 0.76% | 0.85% | - |
| XYZ | 40.79 | 21.66 | 59.16 | - |
| YUV | 119.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 204 | 0 | 0.76 | 0.06 | 0.15 | 304.76 | 0.68 | 0.53 |
| Hex | D9 | 35 | CC | 0 | 4C | 6 | F | 131 | 44 | 35 |
| Octal | 331 | 65 | 314 | 0 | 114 | 6 | 17 | 461 | 104 | 65 |
| Binary | 11011001 | 110101 | 11001100 | 0 | 1001100 | 110 | 1111 | 100110001 | 1000100 | 110101 |
Color Harmonies of #D935CC
Complementary color
Monochromatic Colors of #D935CC
Black with #D935CC
Text Example
Text Example
White with #D935CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935CC; }
p { color: rgb(217,53,204); }
H1.HeaderClassName
{
color: #D935CC;
}
.AnyTagClassName
{
color: #D935CC;
}
</style>
background-color css
<style>
a { background-color: #D935CC; }
a { background-color: rgb(217,53,204); }
div.DivClassName
{
background-color: #D935CC;
}
.BgClassName
{
background-color: #D935CC;
}
</style>
border-color css
<style>
span { border-color: #D935CC; }
span { border-color: rgb(217,53,204); }
td.TdClassName
{
border-color: #D935CC;
}
.TagClassName
{
border-color: #D935CC;
}
</style>