Shades of Razzle Dazzle Rose #DF2BCC
Tints of Razzle Dazzle Rose #DF2BCC
RGB
CMYK
RGB Variations
Color information
#DF2BCC (or 0xDF2BCC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2B and CC. RGB value is (223,43,204). Sum of RGB (Red+Green+Blue) = 223+43+204=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2BCC is #20D433. Grayscale: #727272. Windows color (decimal): -2151476 or 13380575. OLE color: 13380575.
HSL color Cylindrical-coordinate representation of color #DF2BCC: hue angle of 306.33º 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 #DF2BCC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 204 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.13 |
| HSL | 306.33º | 0.74% | 0.52% | - |
| HSV(B) | 306.33º | 0.81% | 0.87% | - |
| XYZ | 42.19 | 21.78 | 59.11 | - |
| YUV | 115.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 204 | 0 | 0.81 | 0.09 | 0.13 | 306.33 | 0.74 | 0.52 |
| Hex | DF | 2B | CC | 0 | 51 | 9 | D | 132 | 4A | 34 |
| Octal | 337 | 53 | 314 | 0 | 121 | 11 | 15 | 462 | 112 | 64 |
| Binary | 11011111 | 101011 | 11001100 | 0 | 1010001 | 1001 | 1101 | 100110010 | 1001010 | 110100 |
Color Harmonies of #DF2BCC
Complementary color
Monochromatic Colors of #DF2BCC
Black with #DF2BCC
Text Example
Text Example
White with #DF2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BCC; }
p { color: rgb(223,43,204); }
H1.HeaderClassName
{
color: #DF2BCC;
}
.AnyTagClassName
{
color: #DF2BCC;
}
</style>
background-color css
<style>
a { background-color: #DF2BCC; }
a { background-color: rgb(223,43,204); }
div.DivClassName
{
background-color: #DF2BCC;
}
.BgClassName
{
background-color: #DF2BCC;
}
</style>
border-color css
<style>
span { border-color: #DF2BCC; }
span { border-color: rgb(223,43,204); }
td.TdClassName
{
border-color: #DF2BCC;
}
.TagClassName
{
border-color: #DF2BCC;
}
</style>