Shades of Razzle Dazzle Rose #DC2BCF
Tints of Razzle Dazzle Rose #DC2BCF
RGB
CMYK
RGB Variations
Color information
#DC2BCF (or 0xDC2BCF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and CF. RGB value is (220,43,207). Sum of RGB (Red+Green+Blue) = 220+43+207=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCF is #23D430. Grayscale: #727272. Windows color (decimal): -2348081 or 13577180. OLE color: 13577180.
HSL color Cylindrical-coordinate representation of color #DC2BCF: hue angle of 304.41º 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 #DC2BCF is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 207 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.14 |
| HSL | 304.41º | 0.72% | 0.52% | - |
| HSV(B) | 304.41º | 0.8% | 0.86% | - |
| XYZ | 41.64 | 21.45 | 60.98 | - |
| YUV | 114.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 207 | 0 | 0.80 | 0.06 | 0.14 | 304.41 | 0.72 | 0.52 |
| Hex | DC | 2B | CF | 0 | 50 | 6 | E | 130 | 48 | 34 |
| Octal | 334 | 53 | 317 | 0 | 120 | 6 | 16 | 460 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001111 | 0 | 1010000 | 110 | 1110 | 100110000 | 1001000 | 110100 |
Color Harmonies of #DC2BCF
Complementary color
Monochromatic Colors of #DC2BCF
Black with #DC2BCF
Text Example
Text Example
White with #DC2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BCF; }
p { color: rgb(220,43,207); }
H1.HeaderClassName
{
color: #DC2BCF;
}
.AnyTagClassName
{
color: #DC2BCF;
}
</style>
background-color css
<style>
a { background-color: #DC2BCF; }
a { background-color: rgb(220,43,207); }
div.DivClassName
{
background-color: #DC2BCF;
}
.BgClassName
{
background-color: #DC2BCF;
}
</style>
border-color css
<style>
span { border-color: #DC2BCF; }
span { border-color: rgb(220,43,207); }
td.TdClassName
{
border-color: #DC2BCF;
}
.TagClassName
{
border-color: #DC2BCF;
}
</style>