Shades of Razzle Dazzle Rose #DC31CA
Tints of Razzle Dazzle Rose #DC31CA
RGB
CMYK
RGB Variations
Color information
#DC31CA (or 0xDC31CA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 31 and CA. RGB value is (220,49,202). Sum of RGB (Red+Green+Blue) = 220+49+202=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31CA is #23CE35. Grayscale: #757575. Windows color (decimal): -2346550 or 13251036. OLE color: 13251036.
HSL color Cylindrical-coordinate representation of color #DC31CA: hue angle of 306.32º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31CA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 202 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.14 |
| HSL | 306.32º | 0.71% | 0.53% | - |
| HSV(B) | 306.32º | 0.78% | 0.86% | - |
| XYZ | 41.27 | 21.68 | 57.89 | - |
| YUV | 117.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 202 | 0 | 0.78 | 0.08 | 0.14 | 306.32 | 0.71 | 0.53 |
| Hex | DC | 31 | CA | 0 | 4E | 8 | E | 132 | 47 | 35 |
| Octal | 334 | 61 | 312 | 0 | 116 | 10 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110001 | 11001010 | 0 | 1001110 | 1000 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC31CA
Complementary color
Monochromatic Colors of #DC31CA
Black with #DC31CA
Text Example
Text Example
White with #DC31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31CA; }
p { color: rgb(220,49,202); }
H1.HeaderClassName
{
color: #DC31CA;
}
.AnyTagClassName
{
color: #DC31CA;
}
</style>
background-color css
<style>
a { background-color: #DC31CA; }
a { background-color: rgb(220,49,202); }
div.DivClassName
{
background-color: #DC31CA;
}
.BgClassName
{
background-color: #DC31CA;
}
</style>
border-color css
<style>
span { border-color: #DC31CA; }
span { border-color: rgb(220,49,202); }
td.TdClassName
{
border-color: #DC31CA;
}
.TagClassName
{
border-color: #DC31CA;
}
</style>