Shades of Razzle Dazzle Rose #DC2FD2
Tints of Razzle Dazzle Rose #DC2FD2
RGB
CMYK
RGB Variations
Color information
#DC2FD2 (or 0xDC2FD2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and D2. RGB value is (220,47,210). Sum of RGB (Red+Green+Blue) = 220+47+210=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FD2 is #23D02D. Grayscale: #747474. Windows color (decimal): -2347054 or 13774812. OLE color: 13774812.
HSL color Cylindrical-coordinate representation of color #DC2FD2: hue angle of 303.47º 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 #DC2FD2 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 210 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.14 |
| HSL | 303.47º | 0.71% | 0.52% | - |
| HSV(B) | 303.47º | 0.79% | 0.86% | - |
| XYZ | 42.16 | 21.9 | 62.98 | - |
| YUV | 117.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 210 | 0 | 0.79 | 0.05 | 0.14 | 303.47 | 0.71 | 0.52 |
| Hex | DC | 2F | D2 | 0 | 4F | 5 | E | 12F | 47 | 34 |
| Octal | 334 | 57 | 322 | 0 | 117 | 5 | 16 | 457 | 107 | 64 |
| Binary | 11011100 | 101111 | 11010010 | 0 | 1001111 | 101 | 1110 | 100101111 | 1000111 | 110100 |
Color Harmonies of #DC2FD2
Complementary color
Monochromatic Colors of #DC2FD2
Black with #DC2FD2
Text Example
Text Example
White with #DC2FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FD2; }
p { color: rgb(220,47,210); }
H1.HeaderClassName
{
color: #DC2FD2;
}
.AnyTagClassName
{
color: #DC2FD2;
}
</style>
background-color css
<style>
a { background-color: #DC2FD2; }
a { background-color: rgb(220,47,210); }
div.DivClassName
{
background-color: #DC2FD2;
}
.BgClassName
{
background-color: #DC2FD2;
}
</style>
border-color css
<style>
span { border-color: #DC2FD2; }
span { border-color: rgb(220,47,210); }
td.TdClassName
{
border-color: #DC2FD2;
}
.TagClassName
{
border-color: #DC2FD2;
}
</style>