Shades of Razzle Dazzle Rose #DC3AB4
Tints of Razzle Dazzle Rose #DC3AB4
RGB
CMYK
RGB Variations
Color information
#DC3AB4 (or 0xDC3AB4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3A and B4. RGB value is (220,58,180). Sum of RGB (Red+Green+Blue) = 220+58+180=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3AB4 is #23C54B. Grayscale: #787878. Windows color (decimal): -2344268 or 11811548. OLE color: 11811548.
HSL color Cylindrical-coordinate representation of color #DC3AB4: hue angle of 314.81º 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 #DC3AB4 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 180 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.14 |
| HSL | 314.81º | 0.7% | 0.55% | - |
| HSV(B) | 314.81º | 0.74% | 0.86% | - |
| XYZ | 39.27 | 21.54 | 45.27 | - |
| YUV | 120.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 180 | 0 | 0.74 | 0.18 | 0.14 | 314.81 | 0.7 | 0.55 |
| Hex | DC | 3A | B4 | 0 | 4A | 12 | E | 13B | 46 | 37 |
| Octal | 334 | 72 | 264 | 0 | 112 | 22 | 16 | 473 | 106 | 67 |
| Binary | 11011100 | 111010 | 10110100 | 0 | 1001010 | 10010 | 1110 | 100111011 | 1000110 | 110111 |
Color Harmonies of #DC3AB4
Complementary color
Monochromatic Colors of #DC3AB4
Black with #DC3AB4
Text Example
Text Example
White with #DC3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3AB4; }
p { color: rgb(220,58,180); }
H1.HeaderClassName
{
color: #DC3AB4;
}
.AnyTagClassName
{
color: #DC3AB4;
}
</style>
background-color css
<style>
a { background-color: #DC3AB4; }
a { background-color: rgb(220,58,180); }
div.DivClassName
{
background-color: #DC3AB4;
}
.BgClassName
{
background-color: #DC3AB4;
}
</style>
border-color css
<style>
span { border-color: #DC3AB4; }
span { border-color: rgb(220,58,180); }
td.TdClassName
{
border-color: #DC3AB4;
}
.TagClassName
{
border-color: #DC3AB4;
}
</style>