Shades of Razzle Dazzle Rose #DA33CE
Tints of Razzle Dazzle Rose #DA33CE
RGB
CMYK
RGB Variations
Color information
#DA33CE (or 0xDA33CE) is known color: Razzle Dazzle Rose. HEX triplet: DA, 33 and CE. RGB value is (218,51,206). Sum of RGB (Red+Green+Blue) = 218+51+206=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33CE is #25CC31. Grayscale: #767676. Windows color (decimal): -2477106 or 13513690. OLE color: 13513690.
HSL color Cylindrical-coordinate representation of color #DA33CE: hue angle of 304.31º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33CE is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 206 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.15 |
| HSL | 304.31º | 0.69% | 0.53% | - |
| HSV(B) | 304.31º | 0.77% | 0.85% | - |
| XYZ | 41.24 | 21.73 | 60.41 | - |
| YUV | 118.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 206 | 0 | 0.77 | 0.06 | 0.15 | 304.31 | 0.69 | 0.53 |
| Hex | DA | 33 | CE | 0 | 4D | 6 | F | 130 | 45 | 35 |
| Octal | 332 | 63 | 316 | 0 | 115 | 6 | 17 | 460 | 105 | 65 |
| Binary | 11011010 | 110011 | 11001110 | 0 | 1001101 | 110 | 1111 | 100110000 | 1000101 | 110101 |
Color Harmonies of #DA33CE
Complementary color
Monochromatic Colors of #DA33CE
Black with #DA33CE
Text Example
Text Example
White with #DA33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA33CE; }
p { color: rgb(218,51,206); }
H1.HeaderClassName
{
color: #DA33CE;
}
.AnyTagClassName
{
color: #DA33CE;
}
</style>
background-color css
<style>
a { background-color: #DA33CE; }
a { background-color: rgb(218,51,206); }
div.DivClassName
{
background-color: #DA33CE;
}
.BgClassName
{
background-color: #DA33CE;
}
</style>
border-color css
<style>
span { border-color: #DA33CE; }
span { border-color: rgb(218,51,206); }
td.TdClassName
{
border-color: #DA33CE;
}
.TagClassName
{
border-color: #DA33CE;
}
</style>