Shades of Razzle Dazzle Rose #DC30CA
Tints of Razzle Dazzle Rose #DC30CA
RGB
CMYK
RGB Variations
Color information
#DC30CA (or 0xDC30CA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and CA. RGB value is (220,48,202). Sum of RGB (Red+Green+Blue) = 220+48+202=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30CA is #23CF35. Grayscale: #747474. Windows color (decimal): -2346806 or 13250780. OLE color: 13250780.
HSL color Cylindrical-coordinate representation of color #DC30CA: hue angle of 306.28º 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 #DC30CA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 202 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.14 |
| HSL | 306.28º | 0.71% | 0.53% | - |
| HSV(B) | 306.28º | 0.78% | 0.86% | - |
| XYZ | 41.23 | 21.59 | 57.87 | - |
| YUV | 116.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 202 | 0 | 0.78 | 0.08 | 0.14 | 306.28 | 0.71 | 0.53 |
| Hex | DC | 30 | CA | 0 | 4E | 8 | E | 132 | 47 | 35 |
| Octal | 334 | 60 | 312 | 0 | 116 | 10 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110000 | 11001010 | 0 | 1001110 | 1000 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC30CA
Complementary color
Monochromatic Colors of #DC30CA
Black with #DC30CA
Text Example
Text Example
White with #DC30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30CA; }
p { color: rgb(220,48,202); }
H1.HeaderClassName
{
color: #DC30CA;
}
.AnyTagClassName
{
color: #DC30CA;
}
</style>
background-color css
<style>
a { background-color: #DC30CA; }
a { background-color: rgb(220,48,202); }
div.DivClassName
{
background-color: #DC30CA;
}
.BgClassName
{
background-color: #DC30CA;
}
</style>
border-color css
<style>
span { border-color: #DC30CA; }
span { border-color: rgb(220,48,202); }
td.TdClassName
{
border-color: #DC30CA;
}
.TagClassName
{
border-color: #DC30CA;
}
</style>