Shades of Razzle Dazzle Rose #DF2CCB
Tints of Razzle Dazzle Rose #DF2CCB
RGB
CMYK
RGB Variations
Color information
#DF2CCB (or 0xDF2CCB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2C and CB. RGB value is (223,44,203). Sum of RGB (Red+Green+Blue) = 223+44+203=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CCB is #20D334. Grayscale: #737373. Windows color (decimal): -2151221 or 13315295. OLE color: 13315295.
HSL color Cylindrical-coordinate representation of color #DF2CCB: hue angle of 306.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CCB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 203 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.13 |
| HSL | 306.7º | 0.74% | 0.52% | - |
| HSV(B) | 306.7º | 0.8% | 0.87% | - |
| XYZ | 42.11 | 21.8 | 58.49 | - |
| YUV | 115.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 203 | 0 | 0.80 | 0.09 | 0.13 | 306.7 | 0.74 | 0.52 |
| Hex | DF | 2C | CB | 0 | 50 | 9 | D | 133 | 4A | 34 |
| Octal | 337 | 54 | 313 | 0 | 120 | 11 | 15 | 463 | 112 | 64 |
| Binary | 11011111 | 101100 | 11001011 | 0 | 1010000 | 1001 | 1101 | 100110011 | 1001010 | 110100 |
Color Harmonies of #DF2CCB
Complementary color
Monochromatic Colors of #DF2CCB
Black with #DF2CCB
Text Example
Text Example
White with #DF2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CCB; }
p { color: rgb(223,44,203); }
H1.HeaderClassName
{
color: #DF2CCB;
}
.AnyTagClassName
{
color: #DF2CCB;
}
</style>
background-color css
<style>
a { background-color: #DF2CCB; }
a { background-color: rgb(223,44,203); }
div.DivClassName
{
background-color: #DF2CCB;
}
.BgClassName
{
background-color: #DF2CCB;
}
</style>
border-color css
<style>
span { border-color: #DF2CCB; }
span { border-color: rgb(223,44,203); }
td.TdClassName
{
border-color: #DF2CCB;
}
.TagClassName
{
border-color: #DF2CCB;
}
</style>