Shades of Razzle Dazzle Rose #DF2DE1
Tints of Razzle Dazzle Rose #DF2DE1
RGB
CMYK
RGB Variations
Color information
#DF2DE1 (or 0xDF2DE1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2D and E1. RGB value is (223,45,225). Sum of RGB (Red+Green+Blue) = 223+45+225=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DE1 is #20D21E. Grayscale: #767676. Windows color (decimal): -2150943 or 14757343. OLE color: 14757343.
HSL color Cylindrical-coordinate representation of color #DF2DE1: hue angle of 299.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DE1 is Cyan = 0.01, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 45 | 225 | - |
| CMYK | 0.01 | 0.8 | 0 | 0.12 |
| HSL | 299.33º | 0.75% | 0.53% | - |
| HSV(B) | 299.33º | 0.8% | 0.88% | - |
| XYZ | 44.96 | 23 | 73.3 | - |
| YUV | 118.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 225 | 0.01 | 0.8 | 0 | 0.12 | 299.33 | 0.75 | 0.53 |
| Hex | DF | 2D | E1 | 1 | 50 | 0 | C | 12B | 4B | 35 |
| Octal | 337 | 55 | 341 | 1 | 120 | 0 | 14 | 453 | 113 | 65 |
| Binary | 11011111 | 101101 | 11100001 | 1 | 1010000 | 0 | 1100 | 100101011 | 1001011 | 110101 |
Color Harmonies of #DF2DE1
Complementary color
Monochromatic Colors of #DF2DE1
Black with #DF2DE1
Text Example
Text Example
White with #DF2DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DE1; }
p { color: rgb(223,45,225); }
H1.HeaderClassName
{
color: #DF2DE1;
}
.AnyTagClassName
{
color: #DF2DE1;
}
</style>
background-color css
<style>
a { background-color: #DF2DE1; }
a { background-color: rgb(223,45,225); }
div.DivClassName
{
background-color: #DF2DE1;
}
.BgClassName
{
background-color: #DF2DE1;
}
</style>
border-color css
<style>
span { border-color: #DF2DE1; }
span { border-color: rgb(223,45,225); }
td.TdClassName
{
border-color: #DF2DE1;
}
.TagClassName
{
border-color: #DF2DE1;
}
</style>