Shades of Razzle Dazzle Rose #DC3CBD
Tints of Razzle Dazzle Rose #DC3CBD
RGB
CMYK
RGB Variations
Color information
#DC3CBD (or 0xDC3CBD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and BD. RGB value is (220,60,189). Sum of RGB (Red+Green+Blue) = 220+60+189=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CBD is #23C342. Grayscale: #7A7A7A. Windows color (decimal): -2343747 or 12401884. OLE color: 12401884.
HSL color Cylindrical-coordinate representation of color #DC3CBD: hue angle of 311.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CBD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 189 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.14 |
| HSL | 311.63º | 0.7% | 0.55% | - |
| HSV(B) | 311.63º | 0.73% | 0.86% | - |
| XYZ | 40.32 | 22.12 | 50.29 | - |
| YUV | 122.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 189 | 0 | 0.73 | 0.14 | 0.14 | 311.63 | 0.7 | 0.55 |
| Hex | DC | 3C | BD | 0 | 49 | E | E | 138 | 46 | 37 |
| Octal | 334 | 74 | 275 | 0 | 111 | 16 | 16 | 470 | 106 | 67 |
| Binary | 11011100 | 111100 | 10111101 | 0 | 1001001 | 1110 | 1110 | 100111000 | 1000110 | 110111 |
Color Harmonies of #DC3CBD
Complementary color
Monochromatic Colors of #DC3CBD
Black with #DC3CBD
Text Example
Text Example
White with #DC3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CBD; }
p { color: rgb(220,60,189); }
H1.HeaderClassName
{
color: #DC3CBD;
}
.AnyTagClassName
{
color: #DC3CBD;
}
</style>
background-color css
<style>
a { background-color: #DC3CBD; }
a { background-color: rgb(220,60,189); }
div.DivClassName
{
background-color: #DC3CBD;
}
.BgClassName
{
background-color: #DC3CBD;
}
</style>
border-color css
<style>
span { border-color: #DC3CBD; }
span { border-color: rgb(220,60,189); }
td.TdClassName
{
border-color: #DC3CBD;
}
.TagClassName
{
border-color: #DC3CBD;
}
</style>