Shades of Razzle Dazzle Rose #DF2ADA
Tints of Razzle Dazzle Rose #DF2ADA
RGB
CMYK
RGB Variations
Color information
#DF2ADA (or 0xDF2ADA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2A and DA. RGB value is (223,42,218). Sum of RGB (Red+Green+Blue) = 223+42+218=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2ADA is #20D525. Grayscale: #737373. Windows color (decimal): -2151718 or 14297823. OLE color: 14297823.
HSL color Cylindrical-coordinate representation of color #DF2ADA: hue angle of 301.66º 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 #DF2ADA is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 218 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.13 |
| HSL | 301.66º | 0.74% | 0.52% | - |
| HSV(B) | 301.66º | 0.81% | 0.87% | - |
| XYZ | 43.91 | 22.41 | 68.34 | - |
| YUV | 116.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 218 | 0 | 0.81 | 0.02 | 0.13 | 301.66 | 0.74 | 0.52 |
| Hex | DF | 2A | DA | 0 | 51 | 2 | D | 12E | 4A | 34 |
| Octal | 337 | 52 | 332 | 0 | 121 | 2 | 15 | 456 | 112 | 64 |
| Binary | 11011111 | 101010 | 11011010 | 0 | 1010001 | 10 | 1101 | 100101110 | 1001010 | 110100 |
Color Harmonies of #DF2ADA
Complementary color
Monochromatic Colors of #DF2ADA
Black with #DF2ADA
Text Example
Text Example
White with #DF2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2ADA; }
p { color: rgb(223,42,218); }
H1.HeaderClassName
{
color: #DF2ADA;
}
.AnyTagClassName
{
color: #DF2ADA;
}
</style>
background-color css
<style>
a { background-color: #DF2ADA; }
a { background-color: rgb(223,42,218); }
div.DivClassName
{
background-color: #DF2ADA;
}
.BgClassName
{
background-color: #DF2ADA;
}
</style>
border-color css
<style>
span { border-color: #DF2ADA; }
span { border-color: rgb(223,42,218); }
td.TdClassName
{
border-color: #DF2ADA;
}
.TagClassName
{
border-color: #DF2ADA;
}
</style>