Shades of Razzle Dazzle Rose #DA35C8
Tints of Razzle Dazzle Rose #DA35C8
RGB
CMYK
RGB Variations
Color information
#DA35C8 (or 0xDA35C8) is known color: Razzle Dazzle Rose. HEX triplet: DA, 35 and C8. RGB value is (218,53,200). Sum of RGB (Red+Green+Blue) = 218+53+200=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA35C8 is #25CA37. Grayscale: #767676. Windows color (decimal): -2476600 or 13120986. OLE color: 13120986.
HSL color Cylindrical-coordinate representation of color #DA35C8: hue angle of 306.55º 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 #DA35C8 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 200 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.15 |
| HSL | 306.55º | 0.69% | 0.53% | - |
| HSV(B) | 306.55º | 0.76% | 0.85% | - |
| XYZ | 40.61 | 21.62 | 56.68 | - |
| YUV | 119.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 200 | 0 | 0.76 | 0.08 | 0.15 | 306.55 | 0.69 | 0.53 |
| Hex | DA | 35 | C8 | 0 | 4C | 8 | F | 133 | 45 | 35 |
| Octal | 332 | 65 | 310 | 0 | 114 | 10 | 17 | 463 | 105 | 65 |
| Binary | 11011010 | 110101 | 11001000 | 0 | 1001100 | 1000 | 1111 | 100110011 | 1000101 | 110101 |
Color Harmonies of #DA35C8
Complementary color
Monochromatic Colors of #DA35C8
Black with #DA35C8
Text Example
Text Example
White with #DA35C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA35C8; }
p { color: rgb(218,53,200); }
H1.HeaderClassName
{
color: #DA35C8;
}
.AnyTagClassName
{
color: #DA35C8;
}
</style>
background-color css
<style>
a { background-color: #DA35C8; }
a { background-color: rgb(218,53,200); }
div.DivClassName
{
background-color: #DA35C8;
}
.BgClassName
{
background-color: #DA35C8;
}
</style>
border-color css
<style>
span { border-color: #DA35C8; }
span { border-color: rgb(218,53,200); }
td.TdClassName
{
border-color: #DA35C8;
}
.TagClassName
{
border-color: #DA35C8;
}
</style>