Shades of Razzle Dazzle Rose #D935C5
Tints of Razzle Dazzle Rose #D935C5
RGB
CMYK
RGB Variations
Color information
#D935C5 (or 0xD935C5) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and C5. RGB value is (217,53,197). Sum of RGB (Red+Green+Blue) = 217+53+197=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C5 is #26CA3A. Grayscale: #767676. Windows color (decimal): -2542139 or 12924377. OLE color: 12924377.
HSL color Cylindrical-coordinate representation of color #D935C5: hue angle of 307.32º 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 #D935C5 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 197 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.15 |
| HSL | 307.32º | 0.68% | 0.53% | - |
| HSV(B) | 307.32º | 0.76% | 0.85% | - |
| XYZ | 39.97 | 21.33 | 54.83 | - |
| YUV | 118.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 197 | 0 | 0.76 | 0.09 | 0.15 | 307.32 | 0.68 | 0.53 |
| Hex | D9 | 35 | C5 | 0 | 4C | 9 | F | 133 | 44 | 35 |
| Octal | 331 | 65 | 305 | 0 | 114 | 11 | 17 | 463 | 104 | 65 |
| Binary | 11011001 | 110101 | 11000101 | 0 | 1001100 | 1001 | 1111 | 100110011 | 1000100 | 110101 |
Color Harmonies of #D935C5
Complementary color
Monochromatic Colors of #D935C5
Black with #D935C5
Text Example
Text Example
White with #D935C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935C5; }
p { color: rgb(217,53,197); }
H1.HeaderClassName
{
color: #D935C5;
}
.AnyTagClassName
{
color: #D935C5;
}
</style>
background-color css
<style>
a { background-color: #D935C5; }
a { background-color: rgb(217,53,197); }
div.DivClassName
{
background-color: #D935C5;
}
.BgClassName
{
background-color: #D935C5;
}
</style>
border-color css
<style>
span { border-color: #D935C5; }
span { border-color: rgb(217,53,197); }
td.TdClassName
{
border-color: #D935C5;
}
.TagClassName
{
border-color: #D935C5;
}
</style>