Shades of Razzle Dazzle Rose #DC34C9
Tints of Razzle Dazzle Rose #DC34C9
RGB
CMYK
RGB Variations
Color information
#DC34C9 (or 0xDC34C9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 34 and C9. RGB value is (220,52,201). Sum of RGB (Red+Green+Blue) = 220+52+201=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34C9 is #23CB36. Grayscale: #767676. Windows color (decimal): -2345783 or 13186268. OLE color: 13186268.
HSL color Cylindrical-coordinate representation of color #DC34C9: hue angle of 306.79º 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 #DC34C9 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 201 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.14 |
| HSL | 306.79º | 0.71% | 0.53% | - |
| HSV(B) | 306.79º | 0.76% | 0.86% | - |
| XYZ | 41.29 | 21.89 | 57.31 | - |
| YUV | 119.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 201 | 0 | 0.76 | 0.09 | 0.14 | 306.79 | 0.71 | 0.53 |
| Hex | DC | 34 | C9 | 0 | 4C | 9 | E | 133 | 47 | 35 |
| Octal | 334 | 64 | 311 | 0 | 114 | 11 | 16 | 463 | 107 | 65 |
| Binary | 11011100 | 110100 | 11001001 | 0 | 1001100 | 1001 | 1110 | 100110011 | 1000111 | 110101 |
Color Harmonies of #DC34C9
Complementary color
Monochromatic Colors of #DC34C9
Black with #DC34C9
Text Example
Text Example
White with #DC34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34C9; }
p { color: rgb(220,52,201); }
H1.HeaderClassName
{
color: #DC34C9;
}
.AnyTagClassName
{
color: #DC34C9;
}
</style>
background-color css
<style>
a { background-color: #DC34C9; }
a { background-color: rgb(220,52,201); }
div.DivClassName
{
background-color: #DC34C9;
}
.BgClassName
{
background-color: #DC34C9;
}
</style>
border-color css
<style>
span { border-color: #DC34C9; }
span { border-color: rgb(220,52,201); }
td.TdClassName
{
border-color: #DC34C9;
}
.TagClassName
{
border-color: #DC34C9;
}
</style>