Shades of Razzle Dazzle Rose #DF2CDD
Tints of Razzle Dazzle Rose #DF2CDD
RGB
CMYK
RGB Variations
Color information
#DF2CDD (or 0xDF2CDD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2C and DD. RGB value is (223,44,221). Sum of RGB (Red+Green+Blue) = 223+44+221=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CDD is #20D322. Grayscale: #757575. Windows color (decimal): -2151203 or 14494943. OLE color: 14494943.
HSL color Cylindrical-coordinate representation of color #DF2CDD: hue angle of 300.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CDD is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 221 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.13 |
| HSL | 300.67º | 0.74% | 0.52% | - |
| HSV(B) | 300.67º | 0.8% | 0.87% | - |
| XYZ | 44.38 | 22.71 | 70.45 | - |
| YUV | 117.7 | 186.3 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 221 | 0 | 0.80 | 0.01 | 0.13 | 300.67 | 0.74 | 0.52 |
| Hex | DF | 2C | DD | 0 | 50 | 1 | D | 12D | 4A | 34 |
| Octal | 337 | 54 | 335 | 0 | 120 | 1 | 15 | 455 | 112 | 64 |
| Binary | 11011111 | 101100 | 11011101 | 0 | 1010000 | 1 | 1101 | 100101101 | 1001010 | 110100 |
Color Harmonies of #DF2CDD
Complementary color
Monochromatic Colors of #DF2CDD
Black with #DF2CDD
Text Example
Text Example
White with #DF2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CDD; }
p { color: rgb(223,44,221); }
H1.HeaderClassName
{
color: #DF2CDD;
}
.AnyTagClassName
{
color: #DF2CDD;
}
</style>
background-color css
<style>
a { background-color: #DF2CDD; }
a { background-color: rgb(223,44,221); }
div.DivClassName
{
background-color: #DF2CDD;
}
.BgClassName
{
background-color: #DF2CDD;
}
</style>
border-color css
<style>
span { border-color: #DF2CDD; }
span { border-color: rgb(223,44,221); }
td.TdClassName
{
border-color: #DF2CDD;
}
.TagClassName
{
border-color: #DF2CDD;
}
</style>