Shades of Razzle Dazzle Rose #DF2ECA
Tints of Razzle Dazzle Rose #DF2ECA
RGB
CMYK
RGB Variations
Color information
#DF2ECA (or 0xDF2ECA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and CA. RGB value is (223,46,202). Sum of RGB (Red+Green+Blue) = 223+46+202=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2ECA is #20D135. Grayscale: #747474. Windows color (decimal): -2150710 or 13250271. OLE color: 13250271.
HSL color Cylindrical-coordinate representation of color #DF2ECA: hue angle of 307.12º 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 #DF2ECA is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 202 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.13 |
| HSL | 307.12º | 0.73% | 0.53% | - |
| HSV(B) | 307.12º | 0.79% | 0.87% | - |
| XYZ | 42.07 | 21.91 | 57.89 | - |
| YUV | 116.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 202 | 0 | 0.79 | 0.09 | 0.13 | 307.12 | 0.73 | 0.53 |
| Hex | DF | 2E | CA | 0 | 4F | 9 | D | 133 | 49 | 35 |
| Octal | 337 | 56 | 312 | 0 | 117 | 11 | 15 | 463 | 111 | 65 |
| Binary | 11011111 | 101110 | 11001010 | 0 | 1001111 | 1001 | 1101 | 100110011 | 1001001 | 110101 |
Color Harmonies of #DF2ECA
Complementary color
Monochromatic Colors of #DF2ECA
Black with #DF2ECA
Text Example
Text Example
White with #DF2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2ECA; }
p { color: rgb(223,46,202); }
H1.HeaderClassName
{
color: #DF2ECA;
}
.AnyTagClassName
{
color: #DF2ECA;
}
</style>
background-color css
<style>
a { background-color: #DF2ECA; }
a { background-color: rgb(223,46,202); }
div.DivClassName
{
background-color: #DF2ECA;
}
.BgClassName
{
background-color: #DF2ECA;
}
</style>
border-color css
<style>
span { border-color: #DF2ECA; }
span { border-color: rgb(223,46,202); }
td.TdClassName
{
border-color: #DF2ECA;
}
.TagClassName
{
border-color: #DF2ECA;
}
</style>