Shades of Razzle Dazzle Rose #DF2BE0
Tints of Razzle Dazzle Rose #DF2BE0
RGB
CMYK
RGB Variations
Color information
#DF2BE0 (or 0xDF2BE0) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2B and E0. RGB value is (223,43,224). Sum of RGB (Red+Green+Blue) = 223+43+224=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2BE0 is #20D41F. Grayscale: #747474. Windows color (decimal): -2151456 or 14691295. OLE color: 14691295.
HSL color Cylindrical-coordinate representation of color #DF2BE0: hue angle of 299.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2BE0 is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 43 | 224 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.12 |
| HSL | 299.67º | 0.74% | 0.52% | - |
| HSV(B) | 299.67º | 0.81% | 0.88% | - |
| XYZ | 44.75 | 22.8 | 72.56 | - |
| YUV | 117.45 | 188.13 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 224 | 0.00 | 0.81 | 0 | 0.12 | 299.67 | 0.74 | 0.52 |
| Hex | DF | 2B | E0 | 0 | 51 | 0 | C | 12C | 4A | 34 |
| Octal | 337 | 53 | 340 | 0 | 121 | 0 | 14 | 454 | 112 | 64 |
| Binary | 11011111 | 101011 | 11100000 | 0 | 1010001 | 0 | 1100 | 100101100 | 1001010 | 110100 |
Color Harmonies of #DF2BE0
Complementary color
Monochromatic Colors of #DF2BE0
Black with #DF2BE0
Text Example
Text Example
White with #DF2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BE0; }
p { color: rgb(223,43,224); }
H1.HeaderClassName
{
color: #DF2BE0;
}
.AnyTagClassName
{
color: #DF2BE0;
}
</style>
background-color css
<style>
a { background-color: #DF2BE0; }
a { background-color: rgb(223,43,224); }
div.DivClassName
{
background-color: #DF2BE0;
}
.BgClassName
{
background-color: #DF2BE0;
}
</style>
border-color css
<style>
span { border-color: #DF2BE0; }
span { border-color: rgb(223,43,224); }
td.TdClassName
{
border-color: #DF2BE0;
}
.TagClassName
{
border-color: #DF2BE0;
}
</style>