Shades of Razzle Dazzle Rose #DC2BCD
Tints of Razzle Dazzle Rose #DC2BCD
RGB
CMYK
RGB Variations
Color information
#DC2BCD (or 0xDC2BCD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and CD. RGB value is (220,43,205). Sum of RGB (Red+Green+Blue) = 220+43+205=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCD is #23D432. Grayscale: #717171. Windows color (decimal): -2348083 or 13446108. OLE color: 13446108.
HSL color Cylindrical-coordinate representation of color #DC2BCD: hue angle of 305.08º degrees, saturation: 0.72, 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 #DC2BCD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 205 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.08º | 0.72% | 0.52% | - |
| HSV(B) | 305.08º | 0.8% | 0.86% | - |
| XYZ | 41.4 | 21.35 | 59.7 | - |
| YUV | 114.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 205 | 0 | 0.80 | 0.07 | 0.14 | 305.08 | 0.72 | 0.52 |
| Hex | DC | 2B | CD | 0 | 50 | 7 | E | 131 | 48 | 34 |
| Octal | 334 | 53 | 315 | 0 | 120 | 7 | 16 | 461 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001101 | 0 | 1010000 | 111 | 1110 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DC2BCD
Complementary color
Monochromatic Colors of #DC2BCD
Black with #DC2BCD
Text Example
Text Example
White with #DC2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BCD; }
p { color: rgb(220,43,205); }
H1.HeaderClassName
{
color: #DC2BCD;
}
.AnyTagClassName
{
color: #DC2BCD;
}
</style>
background-color css
<style>
a { background-color: #DC2BCD; }
a { background-color: rgb(220,43,205); }
div.DivClassName
{
background-color: #DC2BCD;
}
.BgClassName
{
background-color: #DC2BCD;
}
</style>
border-color css
<style>
span { border-color: #DC2BCD; }
span { border-color: rgb(220,43,205); }
td.TdClassName
{
border-color: #DC2BCD;
}
.TagClassName
{
border-color: #DC2BCD;
}
</style>