Shades of Razzle Dazzle Rose #DC3ABC
Tints of Razzle Dazzle Rose #DC3ABC
RGB
CMYK
RGB Variations
Color information
#DC3ABC (or 0xDC3ABC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3A and BC. RGB value is (220,58,188). Sum of RGB (Red+Green+Blue) = 220+58+188=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3ABC is #23C543. Grayscale: #787878. Windows color (decimal): -2344260 or 12335836. OLE color: 12335836.
HSL color Cylindrical-coordinate representation of color #DC3ABC: hue angle of 311.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3ABC is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 188 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.14 |
| HSL | 311.85º | 0.7% | 0.55% | - |
| HSV(B) | 311.85º | 0.74% | 0.86% | - |
| XYZ | 40.11 | 21.87 | 49.69 | - |
| YUV | 121.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 188 | 0 | 0.74 | 0.15 | 0.14 | 311.85 | 0.7 | 0.55 |
| Hex | DC | 3A | BC | 0 | 4A | F | E | 138 | 46 | 37 |
| Octal | 334 | 72 | 274 | 0 | 112 | 17 | 16 | 470 | 106 | 67 |
| Binary | 11011100 | 111010 | 10111100 | 0 | 1001010 | 1111 | 1110 | 100111000 | 1000110 | 110111 |
Color Harmonies of #DC3ABC
Complementary color
Monochromatic Colors of #DC3ABC
Black with #DC3ABC
Text Example
Text Example
White with #DC3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3ABC; }
p { color: rgb(220,58,188); }
H1.HeaderClassName
{
color: #DC3ABC;
}
.AnyTagClassName
{
color: #DC3ABC;
}
</style>
background-color css
<style>
a { background-color: #DC3ABC; }
a { background-color: rgb(220,58,188); }
div.DivClassName
{
background-color: #DC3ABC;
}
.BgClassName
{
background-color: #DC3ABC;
}
</style>
border-color css
<style>
span { border-color: #DC3ABC; }
span { border-color: rgb(220,58,188); }
td.TdClassName
{
border-color: #DC3ABC;
}
.TagClassName
{
border-color: #DC3ABC;
}
</style>