Shades of Razzle Dazzle Rose #DF2ACE
Tints of Razzle Dazzle Rose #DF2ACE
RGB
CMYK
RGB Variations
Color information
#DF2ACE (or 0xDF2ACE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2A and CE. RGB value is (223,42,206). Sum of RGB (Red+Green+Blue) = 223+42+206=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2ACE is #20D531. Grayscale: #727272. Windows color (decimal): -2151730 or 13511391. OLE color: 13511391.
HSL color Cylindrical-coordinate representation of color #DF2ACE: hue angle of 305.64º 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 #DF2ACE is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 206 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.13 |
| HSL | 305.64º | 0.74% | 0.52% | - |
| HSV(B) | 305.64º | 0.81% | 0.87% | - |
| XYZ | 42.4 | 21.8 | 60.37 | - |
| YUV | 114.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 206 | 0 | 0.81 | 0.08 | 0.13 | 305.64 | 0.74 | 0.52 |
| Hex | DF | 2A | CE | 0 | 51 | 8 | D | 132 | 4A | 34 |
| Octal | 337 | 52 | 316 | 0 | 121 | 10 | 15 | 462 | 112 | 64 |
| Binary | 11011111 | 101010 | 11001110 | 0 | 1010001 | 1000 | 1101 | 100110010 | 1001010 | 110100 |
Color Harmonies of #DF2ACE
Complementary color
Monochromatic Colors of #DF2ACE
Black with #DF2ACE
Text Example
Text Example
White with #DF2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2ACE; }
p { color: rgb(223,42,206); }
H1.HeaderClassName
{
color: #DF2ACE;
}
.AnyTagClassName
{
color: #DF2ACE;
}
</style>
background-color css
<style>
a { background-color: #DF2ACE; }
a { background-color: rgb(223,42,206); }
div.DivClassName
{
background-color: #DF2ACE;
}
.BgClassName
{
background-color: #DF2ACE;
}
</style>
border-color css
<style>
span { border-color: #DF2ACE; }
span { border-color: rgb(223,42,206); }
td.TdClassName
{
border-color: #DF2ACE;
}
.TagClassName
{
border-color: #DF2ACE;
}
</style>