Shades of Razzle Dazzle Rose #DF2DCB
Tints of Razzle Dazzle Rose #DF2DCB
RGB
CMYK
RGB Variations
Color information
#DF2DCB (or 0xDF2DCB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2D and CB. RGB value is (223,45,203). Sum of RGB (Red+Green+Blue) = 223+45+203=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DCB is #20D234. Grayscale: #737373. Windows color (decimal): -2150965 or 13315551. OLE color: 13315551.
HSL color Cylindrical-coordinate representation of color #DF2DCB: hue angle of 306.74º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DCB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.13 |
| HSL | 306.74º | 0.74% | 0.53% | - |
| HSV(B) | 306.74º | 0.8% | 0.87% | - |
| XYZ | 42.15 | 21.88 | 58.5 | - |
| YUV | 116.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 203 | 0 | 0.80 | 0.09 | 0.13 | 306.74 | 0.74 | 0.53 |
| Hex | DF | 2D | CB | 0 | 50 | 9 | D | 133 | 4A | 35 |
| Octal | 337 | 55 | 313 | 0 | 120 | 11 | 15 | 463 | 112 | 65 |
| Binary | 11011111 | 101101 | 11001011 | 0 | 1010000 | 1001 | 1101 | 100110011 | 1001010 | 110101 |
Color Harmonies of #DF2DCB
Complementary color
Monochromatic Colors of #DF2DCB
Black with #DF2DCB
Text Example
Text Example
White with #DF2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DCB; }
p { color: rgb(223,45,203); }
H1.HeaderClassName
{
color: #DF2DCB;
}
.AnyTagClassName
{
color: #DF2DCB;
}
</style>
background-color css
<style>
a { background-color: #DF2DCB; }
a { background-color: rgb(223,45,203); }
div.DivClassName
{
background-color: #DF2DCB;
}
.BgClassName
{
background-color: #DF2DCB;
}
</style>
border-color css
<style>
span { border-color: #DF2DCB; }
span { border-color: rgb(223,45,203); }
td.TdClassName
{
border-color: #DF2DCB;
}
.TagClassName
{
border-color: #DF2DCB;
}
</style>