Shades of Razzle Dazzle Rose #DA31CE
Tints of Razzle Dazzle Rose #DA31CE
RGB
CMYK
RGB Variations
Color information
#DA31CE (or 0xDA31CE) is known color: Razzle Dazzle Rose. HEX triplet: DA, 31 and CE. RGB value is (218,49,206). Sum of RGB (Red+Green+Blue) = 218+49+206=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31CE is #25CE31. Grayscale: #747474. Windows color (decimal): -2477618 or 13513178. OLE color: 13513178.
HSL color Cylindrical-coordinate representation of color #DA31CE: hue angle of 304.26º 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 #DA31CE is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 206 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.15 |
| HSL | 304.26º | 0.7% | 0.52% | - |
| HSV(B) | 304.26º | 0.78% | 0.85% | - |
| XYZ | 41.15 | 21.56 | 60.38 | - |
| YUV | 117.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 206 | 0 | 0.78 | 0.06 | 0.15 | 304.26 | 0.7 | 0.52 |
| Hex | DA | 31 | CE | 0 | 4E | 6 | F | 130 | 46 | 34 |
| Octal | 332 | 61 | 316 | 0 | 116 | 6 | 17 | 460 | 106 | 64 |
| Binary | 11011010 | 110001 | 11001110 | 0 | 1001110 | 110 | 1111 | 100110000 | 1000110 | 110100 |
Color Harmonies of #DA31CE
Complementary color
Monochromatic Colors of #DA31CE
Black with #DA31CE
Text Example
Text Example
White with #DA31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31CE; }
p { color: rgb(218,49,206); }
H1.HeaderClassName
{
color: #DA31CE;
}
.AnyTagClassName
{
color: #DA31CE;
}
</style>
background-color css
<style>
a { background-color: #DA31CE; }
a { background-color: rgb(218,49,206); }
div.DivClassName
{
background-color: #DA31CE;
}
.BgClassName
{
background-color: #DA31CE;
}
</style>
border-color css
<style>
span { border-color: #DA31CE; }
span { border-color: rgb(218,49,206); }
td.TdClassName
{
border-color: #DA31CE;
}
.TagClassName
{
border-color: #DA31CE;
}
</style>