Shades of Razzle Dazzle Rose #DF2DBE
Tints of Razzle Dazzle Rose #DF2DBE
RGB
CMYK
RGB Variations
Color information
#DF2DBE (or 0xDF2DBE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2D and BE. RGB value is (223,45,190). Sum of RGB (Red+Green+Blue) = 223+45+190=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DBE is #20D241. Grayscale: #727272. Windows color (decimal): -2150978 or 12463583. OLE color: 12463583.
HSL color Cylindrical-coordinate representation of color #DF2DBE: hue angle of 311.12º 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 #DF2DBE is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 190 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.13 |
| HSL | 311.12º | 0.74% | 0.53% | - |
| HSV(B) | 311.12º | 0.8% | 0.87% | - |
| XYZ | 40.66 | 21.28 | 50.68 | - |
| YUV | 114.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 190 | 0 | 0.80 | 0.15 | 0.13 | 311.12 | 0.74 | 0.53 |
| Hex | DF | 2D | BE | 0 | 50 | F | D | 137 | 4A | 35 |
| Octal | 337 | 55 | 276 | 0 | 120 | 17 | 15 | 467 | 112 | 65 |
| Binary | 11011111 | 101101 | 10111110 | 0 | 1010000 | 1111 | 1101 | 100110111 | 1001010 | 110101 |
Color Harmonies of #DF2DBE
Complementary color
Monochromatic Colors of #DF2DBE
Black with #DF2DBE
Text Example
Text Example
White with #DF2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DBE; }
p { color: rgb(223,45,190); }
H1.HeaderClassName
{
color: #DF2DBE;
}
.AnyTagClassName
{
color: #DF2DBE;
}
</style>
background-color css
<style>
a { background-color: #DF2DBE; }
a { background-color: rgb(223,45,190); }
div.DivClassName
{
background-color: #DF2DBE;
}
.BgClassName
{
background-color: #DF2DBE;
}
</style>
border-color css
<style>
span { border-color: #DF2DBE; }
span { border-color: rgb(223,45,190); }
td.TdClassName
{
border-color: #DF2DBE;
}
.TagClassName
{
border-color: #DF2DBE;
}
</style>