Shades of Razzle Dazzle Rose #DC2DCF
Tints of Razzle Dazzle Rose #DC2DCF
RGB
CMYK
RGB Variations
Color information
#DC2DCF (or 0xDC2DCF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and CF. RGB value is (220,45,207). Sum of RGB (Red+Green+Blue) = 220+45+207=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DCF is #23D230. Grayscale: #737373. Windows color (decimal): -2347569 or 13577692. OLE color: 13577692.
HSL color Cylindrical-coordinate representation of color #DC2DCF: hue angle of 304.46º 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 #DC2DCF is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 207 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.14 |
| HSL | 304.46º | 0.71% | 0.52% | - |
| HSV(B) | 304.46º | 0.8% | 0.86% | - |
| XYZ | 41.72 | 21.6 | 61 | - |
| YUV | 115.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 207 | 0 | 0.80 | 0.06 | 0.14 | 304.46 | 0.71 | 0.52 |
| Hex | DC | 2D | CF | 0 | 50 | 6 | E | 130 | 47 | 34 |
| Octal | 334 | 55 | 317 | 0 | 120 | 6 | 16 | 460 | 107 | 64 |
| Binary | 11011100 | 101101 | 11001111 | 0 | 1010000 | 110 | 1110 | 100110000 | 1000111 | 110100 |
Color Harmonies of #DC2DCF
Complementary color
Monochromatic Colors of #DC2DCF
Black with #DC2DCF
Text Example
Text Example
White with #DC2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DCF; }
p { color: rgb(220,45,207); }
H1.HeaderClassName
{
color: #DC2DCF;
}
.AnyTagClassName
{
color: #DC2DCF;
}
</style>
background-color css
<style>
a { background-color: #DC2DCF; }
a { background-color: rgb(220,45,207); }
div.DivClassName
{
background-color: #DC2DCF;
}
.BgClassName
{
background-color: #DC2DCF;
}
</style>
border-color css
<style>
span { border-color: #DC2DCF; }
span { border-color: rgb(220,45,207); }
td.TdClassName
{
border-color: #DC2DCF;
}
.TagClassName
{
border-color: #DC2DCF;
}
</style>