Shades of Razzle Dazzle Rose #DC2DDC
Tints of Razzle Dazzle Rose #DC2DDC
RGB
CMYK
RGB Variations
Color information
#DC2DDC (or 0xDC2DDC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and DC. RGB value is (220,45,220). Sum of RGB (Red+Green+Blue) = 220+45+220=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DDC is #23D223. Grayscale: #747474. Windows color (decimal): -2347556 or 14429660. OLE color: 14429660.
HSL color Cylindrical-coordinate representation of color #DC2DDC: 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.8%. Process color model (Four color, CMYK) of #DC2DDC is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 45 | 220 | - |
CMYK | 0 | 0.80 | 0 | 0.14 |
HSL | 300º | 0.71% | 0.52% | - |
HSV(B) | 300º | 0.8% | 0.86% | - |
XYZ | 43.37 | 22.26 | 69.72 | - |
YUV | 117.28 | 185.98 | 201.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 45 | 220 | 0 | 0.80 | 0 | 0.14 | 300 | 0.71 | 0.52 |
Hex | DC | 2D | DC | 0 | 50 | 0 | E | 12C | 47 | 34 |
Octal | 334 | 55 | 334 | 0 | 120 | 0 | 16 | 454 | 107 | 64 |
Binary | 11011100 | 101101 | 11011100 | 0 | 1010000 | 0 | 1110 | 100101100 | 1000111 | 110100 |
Color Harmonies of #DC2DDC
Complementary color
Monochromatic Colors of #DC2DDC
Black with #DC2DDC
Text Example
Text Example
White with #DC2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DDC; }
p { color: rgb(220,45,220); }
H1.HeaderClassName
{
color: #DC2DDC;
}
.AnyTagClassName
{
color: #DC2DDC;
}
</style>
background-color css
<style>
a { background-color: #DC2DDC; }
a { background-color: rgb(220,45,220); }
div.DivClassName
{
background-color: #DC2DDC;
}
.BgClassName
{
background-color: #DC2DDC;
}
</style>
border-color css
<style>
span { border-color: #DC2DDC; }
span { border-color: rgb(220,45,220); }
td.TdClassName
{
border-color: #DC2DDC;
}
.TagClassName
{
border-color: #DC2DDC;
}
</style>