Shades of Razzle Dazzle Rose #DC2FDC
Tints of Razzle Dazzle Rose #DC2FDC
RGB
CMYK
RGB Variations
Color information
#DC2FDC (or 0xDC2FDC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and DC. RGB value is (220,47,220). Sum of RGB (Red+Green+Blue) = 220+47+220=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FDC is #23D023. Grayscale: #757575. Windows color (decimal): -2347044 or 14430172. OLE color: 14430172.
HSL color Cylindrical-coordinate representation of color #DC2FDC: hue angle of 300º 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 #DC2FDC is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 220 | - |
| CMYK | 0 | 0.79 | 0 | 0.14 |
| HSL | 300º | 0.71% | 0.52% | - |
| HSV(B) | 300º | 0.79% | 0.86% | - |
| XYZ | 43.45 | 22.42 | 69.75 | - |
| YUV | 118.45 | 185.31 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 220 | 0 | 0.79 | 0 | 0.14 | 300 | 0.71 | 0.52 |
| Hex | DC | 2F | DC | 0 | 4F | 0 | E | 12C | 47 | 34 |
| Octal | 334 | 57 | 334 | 0 | 117 | 0 | 16 | 454 | 107 | 64 |
| Binary | 11011100 | 101111 | 11011100 | 0 | 1001111 | 0 | 1110 | 100101100 | 1000111 | 110100 |
Color Harmonies of #DC2FDC
Complementary color
Monochromatic Colors of #DC2FDC
Black with #DC2FDC
Text Example
Text Example
White with #DC2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FDC; }
p { color: rgb(220,47,220); }
H1.HeaderClassName
{
color: #DC2FDC;
}
.AnyTagClassName
{
color: #DC2FDC;
}
</style>
background-color css
<style>
a { background-color: #DC2FDC; }
a { background-color: rgb(220,47,220); }
div.DivClassName
{
background-color: #DC2FDC;
}
.BgClassName
{
background-color: #DC2FDC;
}
</style>
border-color css
<style>
span { border-color: #DC2FDC; }
span { border-color: rgb(220,47,220); }
td.TdClassName
{
border-color: #DC2FDC;
}
.TagClassName
{
border-color: #DC2FDC;
}
</style>