Shades of Razzle Dazzle Rose #D935C8
Tints of Razzle Dazzle Rose #D935C8
RGB
CMYK
RGB Variations
Color information
#D935C8 (or 0xD935C8) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and C8. RGB value is (217,53,200). Sum of RGB (Red+Green+Blue) = 217+53+200=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C8 is #26CA37. Grayscale: #767676. Windows color (decimal): -2542136 or 13120985. OLE color: 13120985.
HSL color Cylindrical-coordinate representation of color #D935C8: hue angle of 306.22º 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 #D935C8 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 53 | 200 | - |
CMYK | 0 | 0.76 | 0.08 | 0.15 |
HSL | 306.22º | 0.68% | 0.53% | - |
HSV(B) | 306.22º | 0.76% | 0.85% | - |
XYZ | 40.31 | 21.47 | 56.66 | - |
YUV | 118.79 | 173.83 | 198.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 53 | 200 | 0 | 0.76 | 0.08 | 0.15 | 306.22 | 0.68 | 0.53 |
Hex | D9 | 35 | C8 | 0 | 4C | 8 | F | 132 | 44 | 35 |
Octal | 331 | 65 | 310 | 0 | 114 | 10 | 17 | 462 | 104 | 65 |
Binary | 11011001 | 110101 | 11001000 | 0 | 1001100 | 1000 | 1111 | 100110010 | 1000100 | 110101 |
Color Harmonies of #D935C8
Complementary color
Monochromatic Colors of #D935C8
Black with #D935C8
Text Example
Text Example
White with #D935C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935C8; }
p { color: rgb(217,53,200); }
H1.HeaderClassName
{
color: #D935C8;
}
.AnyTagClassName
{
color: #D935C8;
}
</style>
background-color css
<style>
a { background-color: #D935C8; }
a { background-color: rgb(217,53,200); }
div.DivClassName
{
background-color: #D935C8;
}
.BgClassName
{
background-color: #D935C8;
}
</style>
border-color css
<style>
span { border-color: #D935C8; }
span { border-color: rgb(217,53,200); }
td.TdClassName
{
border-color: #D935C8;
}
.TagClassName
{
border-color: #D935C8;
}
</style>