Shades of Razzle Dazzle Rose #DC2FC2
Tints of Razzle Dazzle Rose #DC2FC2
RGB
CMYK
RGB Variations
Color information
#DC2FC2 (or 0xDC2FC2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and C2. RGB value is (220,47,194). Sum of RGB (Red+Green+Blue) = 220+47+194=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FC2 is #23D03D. Grayscale: #737373. Windows color (decimal): -2347070 or 12726236. OLE color: 12726236.
HSL color Cylindrical-coordinate representation of color #DC2FC2: hue angle of 309.02º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FC2 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 194 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.14 |
| HSL | 309.02º | 0.71% | 0.52% | - |
| HSV(B) | 309.02º | 0.79% | 0.86% | - |
| XYZ | 40.27 | 21.14 | 53 | - |
| YUV | 115.49 | 172.31 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 194 | 0 | 0.79 | 0.12 | 0.14 | 309.02 | 0.71 | 0.52 |
| Hex | DC | 2F | C2 | 0 | 4F | C | E | 135 | 47 | 34 |
| Octal | 334 | 57 | 302 | 0 | 117 | 14 | 16 | 465 | 107 | 64 |
| Binary | 11011100 | 101111 | 11000010 | 0 | 1001111 | 1100 | 1110 | 100110101 | 1000111 | 110100 |
Color Harmonies of #DC2FC2
Complementary color
Monochromatic Colors of #DC2FC2
Black with #DC2FC2
Text Example
Text Example
White with #DC2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FC2; }
p { color: rgb(220,47,194); }
H1.HeaderClassName
{
color: #DC2FC2;
}
.AnyTagClassName
{
color: #DC2FC2;
}
</style>
background-color css
<style>
a { background-color: #DC2FC2; }
a { background-color: rgb(220,47,194); }
div.DivClassName
{
background-color: #DC2FC2;
}
.BgClassName
{
background-color: #DC2FC2;
}
</style>
border-color css
<style>
span { border-color: #DC2FC2; }
span { border-color: rgb(220,47,194); }
td.TdClassName
{
border-color: #DC2FC2;
}
.TagClassName
{
border-color: #DC2FC2;
}
</style>