Shades of Razzle Dazzle Rose #DF2EC3
Tints of Razzle Dazzle Rose #DF2EC3
RGB
CMYK
RGB Variations
Color information
#DF2EC3 (or 0xDF2EC3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and C3. RGB value is (223,46,195). Sum of RGB (Red+Green+Blue) = 223+46+195=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EC3 is #20D13C. Grayscale: #737373. Windows color (decimal): -2150717 or 12791519. OLE color: 12791519.
HSL color Cylindrical-coordinate representation of color #DF2EC3: hue angle of 309.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EC3 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 46 | 195 | - |
CMYK | 0 | 0.79 | 0.13 | 0.13 |
HSL | 309.49º | 0.73% | 0.53% | - |
HSV(B) | 309.49º | 0.79% | 0.87% | - |
XYZ | 41.26 | 21.58 | 53.62 | - |
YUV | 115.91 | 172.64 | 204.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 46 | 195 | 0 | 0.79 | 0.13 | 0.13 | 309.49 | 0.73 | 0.53 |
Hex | DF | 2E | C3 | 0 | 4F | D | D | 135 | 49 | 35 |
Octal | 337 | 56 | 303 | 0 | 117 | 15 | 15 | 465 | 111 | 65 |
Binary | 11011111 | 101110 | 11000011 | 0 | 1001111 | 1101 | 1101 | 100110101 | 1001001 | 110101 |
Color Harmonies of #DF2EC3
Complementary color
Monochromatic Colors of #DF2EC3
Black with #DF2EC3
Text Example
Text Example
White with #DF2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EC3; }
p { color: rgb(223,46,195); }
H1.HeaderClassName
{
color: #DF2EC3;
}
.AnyTagClassName
{
color: #DF2EC3;
}
</style>
background-color css
<style>
a { background-color: #DF2EC3; }
a { background-color: rgb(223,46,195); }
div.DivClassName
{
background-color: #DF2EC3;
}
.BgClassName
{
background-color: #DF2EC3;
}
</style>
border-color css
<style>
span { border-color: #DF2EC3; }
span { border-color: rgb(223,46,195); }
td.TdClassName
{
border-color: #DF2EC3;
}
.TagClassName
{
border-color: #DF2EC3;
}
</style>