Shades of Razzle Dazzle Rose #DF2DBB
Tints of Razzle Dazzle Rose #DF2DBB
RGB
CMYK
RGB Variations
Color information
#DF2DBB (or 0xDF2DBB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2D and BB. RGB value is (223,45,187). Sum of RGB (Red+Green+Blue) = 223+45+187=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DBB is #20D244. Grayscale: #727272. Windows color (decimal): -2150981 or 12266975. OLE color: 12266975.
HSL color Cylindrical-coordinate representation of color #DF2DBB: hue angle of 312.13º 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 #DF2DBB is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.13 |
| HSL | 312.13º | 0.74% | 0.53% | - |
| HSV(B) | 312.13º | 0.8% | 0.87% | - |
| XYZ | 40.34 | 21.15 | 48.97 | - |
| YUV | 114.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 187 | 0 | 0.80 | 0.16 | 0.13 | 312.13 | 0.74 | 0.53 |
| Hex | DF | 2D | BB | 0 | 50 | 10 | D | 138 | 4A | 35 |
| Octal | 337 | 55 | 273 | 0 | 120 | 20 | 15 | 470 | 112 | 65 |
| Binary | 11011111 | 101101 | 10111011 | 0 | 1010000 | 10000 | 1101 | 100111000 | 1001010 | 110101 |
Color Harmonies of #DF2DBB
Complementary color
Monochromatic Colors of #DF2DBB
Black with #DF2DBB
Text Example
Text Example
White with #DF2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DBB; }
p { color: rgb(223,45,187); }
H1.HeaderClassName
{
color: #DF2DBB;
}
.AnyTagClassName
{
color: #DF2DBB;
}
</style>
background-color css
<style>
a { background-color: #DF2DBB; }
a { background-color: rgb(223,45,187); }
div.DivClassName
{
background-color: #DF2DBB;
}
.BgClassName
{
background-color: #DF2DBB;
}
</style>
border-color css
<style>
span { border-color: #DF2DBB; }
span { border-color: rgb(223,45,187); }
td.TdClassName
{
border-color: #DF2DBB;
}
.TagClassName
{
border-color: #DF2DBB;
}
</style>