Shades of Razzle Dazzle Rose #DC34CE
Tints of Razzle Dazzle Rose #DC34CE
RGB
CMYK
RGB Variations
Color information
#DC34CE (or 0xDC34CE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 34 and CE. RGB value is (220,52,206). Sum of RGB (Red+Green+Blue) = 220+52+206=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34CE is #23CB31. Grayscale: #777777. Windows color (decimal): -2345778 or 13513948. OLE color: 13513948.
HSL color Cylindrical-coordinate representation of color #DC34CE: hue angle of 305º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC34CE is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 206 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.14 |
| HSL | 305º | 0.71% | 0.53% | - |
| HSV(B) | 305º | 0.76% | 0.86% | - |
| XYZ | 41.88 | 22.13 | 60.46 | - |
| YUV | 119.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 206 | 0 | 0.76 | 0.06 | 0.14 | 305 | 0.71 | 0.53 |
| Hex | DC | 34 | CE | 0 | 4C | 6 | E | 131 | 47 | 35 |
| Octal | 334 | 64 | 316 | 0 | 114 | 6 | 16 | 461 | 107 | 65 |
| Binary | 11011100 | 110100 | 11001110 | 0 | 1001100 | 110 | 1110 | 100110001 | 1000111 | 110101 |
Color Harmonies of #DC34CE
Complementary color
Monochromatic Colors of #DC34CE
Black with #DC34CE
Text Example
Text Example
White with #DC34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34CE; }
p { color: rgb(220,52,206); }
H1.HeaderClassName
{
color: #DC34CE;
}
.AnyTagClassName
{
color: #DC34CE;
}
</style>
background-color css
<style>
a { background-color: #DC34CE; }
a { background-color: rgb(220,52,206); }
div.DivClassName
{
background-color: #DC34CE;
}
.BgClassName
{
background-color: #DC34CE;
}
</style>
border-color css
<style>
span { border-color: #DC34CE; }
span { border-color: rgb(220,52,206); }
td.TdClassName
{
border-color: #DC34CE;
}
.TagClassName
{
border-color: #DC34CE;
}
</style>