Shades of Razzle Dazzle Rose #DF2ADE
Tints of Razzle Dazzle Rose #DF2ADE
RGB
CMYK
RGB Variations
Color information
#DF2ADE (or 0xDF2ADE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2A and DE. RGB value is (223,42,222). Sum of RGB (Red+Green+Blue) = 223+42+222=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2ADE is #20D521. Grayscale: #747474. Windows color (decimal): -2151714 or 14559967. OLE color: 14559967.
HSL color Cylindrical-coordinate representation of color #DF2ADE: hue angle of 300.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2ADE is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 222 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.13 |
| HSL | 300.33º | 0.74% | 0.52% | - |
| HSV(B) | 300.33º | 0.81% | 0.87% | - |
| XYZ | 44.44 | 22.62 | 71.13 | - |
| YUV | 116.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 222 | 0 | 0.81 | 0.00 | 0.13 | 300.33 | 0.74 | 0.52 |
| Hex | DF | 2A | DE | 0 | 51 | 0 | D | 12C | 4A | 34 |
| Octal | 337 | 52 | 336 | 0 | 121 | 0 | 15 | 454 | 112 | 64 |
| Binary | 11011111 | 101010 | 11011110 | 0 | 1010001 | 0 | 1101 | 100101100 | 1001010 | 110100 |
Color Harmonies of #DF2ADE
Complementary color
Monochromatic Colors of #DF2ADE
Black with #DF2ADE
Text Example
Text Example
White with #DF2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2ADE; }
p { color: rgb(223,42,222); }
H1.HeaderClassName
{
color: #DF2ADE;
}
.AnyTagClassName
{
color: #DF2ADE;
}
</style>
background-color css
<style>
a { background-color: #DF2ADE; }
a { background-color: rgb(223,42,222); }
div.DivClassName
{
background-color: #DF2ADE;
}
.BgClassName
{
background-color: #DF2ADE;
}
</style>
border-color css
<style>
span { border-color: #DF2ADE; }
span { border-color: rgb(223,42,222); }
td.TdClassName
{
border-color: #DF2ADE;
}
.TagClassName
{
border-color: #DF2ADE;
}
</style>