Shades of Razzle Dazzle Rose #DA31D6
Tints of Razzle Dazzle Rose #DA31D6
RGB
CMYK
RGB Variations
Color information
#DA31D6 (or 0xDA31D6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 31 and D6. RGB value is (218,49,214). Sum of RGB (Red+Green+Blue) = 218+49+214=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31D6 is #25CE29. Grayscale: #757575. Windows color (decimal): -2477610 or 14037466. OLE color: 14037466.
HSL color Cylindrical-coordinate representation of color #DA31D6: hue angle of 301.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31D6 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 214 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.15 |
| HSL | 301.42º | 0.7% | 0.52% | - |
| HSV(B) | 301.42º | 0.78% | 0.85% | - |
| XYZ | 42.15 | 21.96 | 65.63 | - |
| YUV | 118.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 214 | 0 | 0.78 | 0.02 | 0.15 | 301.42 | 0.7 | 0.52 |
| Hex | DA | 31 | D6 | 0 | 4E | 2 | F | 12D | 46 | 34 |
| Octal | 332 | 61 | 326 | 0 | 116 | 2 | 17 | 455 | 106 | 64 |
| Binary | 11011010 | 110001 | 11010110 | 0 | 1001110 | 10 | 1111 | 100101101 | 1000110 | 110100 |
Color Harmonies of #DA31D6
Complementary color
Monochromatic Colors of #DA31D6
Black with #DA31D6
Text Example
Text Example
White with #DA31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31D6; }
p { color: rgb(218,49,214); }
H1.HeaderClassName
{
color: #DA31D6;
}
.AnyTagClassName
{
color: #DA31D6;
}
</style>
background-color css
<style>
a { background-color: #DA31D6; }
a { background-color: rgb(218,49,214); }
div.DivClassName
{
background-color: #DA31D6;
}
.BgClassName
{
background-color: #DA31D6;
}
</style>
border-color css
<style>
span { border-color: #DA31D6; }
span { border-color: rgb(218,49,214); }
td.TdClassName
{
border-color: #DA31D6;
}
.TagClassName
{
border-color: #DA31D6;
}
</style>