Shades of Razzle Dazzle Rose #DC2BDF
Tints of Razzle Dazzle Rose #DC2BDF
RGB
CMYK
RGB Variations
Color information
#DC2BDF (or 0xDC2BDF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and DF. RGB value is (220,43,223). Sum of RGB (Red+Green+Blue) = 220+43+223=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BDF is #23D420. Grayscale: #737373. Windows color (decimal): -2348065 or 14625756. OLE color: 14625756.
HSL color Cylindrical-coordinate representation of color #DC2BDF: hue angle of 299º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2BDF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 43 | 223 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.13 |
| HSL | 299º | 0.74% | 0.52% | - |
| HSV(B) | 299º | 0.81% | 0.87% | - |
| XYZ | 43.7 | 22.27 | 71.81 | - |
| YUV | 116.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 223 | 0.01 | 0.81 | 0 | 0.13 | 299 | 0.74 | 0.52 |
| Hex | DC | 2B | DF | 1 | 51 | 0 | D | 12B | 4A | 34 |
| Octal | 334 | 53 | 337 | 1 | 121 | 0 | 15 | 453 | 112 | 64 |
| Binary | 11011100 | 101011 | 11011111 | 1 | 1010001 | 0 | 1101 | 100101011 | 1001010 | 110100 |
Color Harmonies of #DC2BDF
Complementary color
Monochromatic Colors of #DC2BDF
Black with #DC2BDF
Text Example
Text Example
White with #DC2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BDF; }
p { color: rgb(220,43,223); }
H1.HeaderClassName
{
color: #DC2BDF;
}
.AnyTagClassName
{
color: #DC2BDF;
}
</style>
background-color css
<style>
a { background-color: #DC2BDF; }
a { background-color: rgb(220,43,223); }
div.DivClassName
{
background-color: #DC2BDF;
}
.BgClassName
{
background-color: #DC2BDF;
}
</style>
border-color css
<style>
span { border-color: #DC2BDF; }
span { border-color: rgb(220,43,223); }
td.TdClassName
{
border-color: #DC2BDF;
}
.TagClassName
{
border-color: #DC2BDF;
}
</style>