Shades of Razzle Dazzle Rose #DF37C2
Tints of Razzle Dazzle Rose #DF37C2
RGB
CMYK
RGB Variations
Color information
#DF37C2 (or 0xDF37C2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and C2. RGB value is (223,55,194). Sum of RGB (Red+Green+Blue) = 223+55+194=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37C2 is #20C83D. Grayscale: #787878. Windows color (decimal): -2148414 or 12728287. OLE color: 12728287.
HSL color Cylindrical-coordinate representation of color #DF37C2: hue angle of 310.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37C2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 194 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.13 |
| HSL | 310.36º | 0.72% | 0.55% | - |
| HSV(B) | 310.36º | 0.75% | 0.87% | - |
| XYZ | 41.54 | 22.32 | 53.16 | - |
| YUV | 121.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 194 | 0 | 0.75 | 0.13 | 0.13 | 310.36 | 0.72 | 0.55 |
| Hex | DF | 37 | C2 | 0 | 4B | D | D | 136 | 48 | 37 |
| Octal | 337 | 67 | 302 | 0 | 113 | 15 | 15 | 466 | 110 | 67 |
| Binary | 11011111 | 110111 | 11000010 | 0 | 1001011 | 1101 | 1101 | 100110110 | 1001000 | 110111 |
Color Harmonies of #DF37C2
Complementary color
Monochromatic Colors of #DF37C2
Black with #DF37C2
Text Example
Text Example
White with #DF37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37C2; }
p { color: rgb(223,55,194); }
H1.HeaderClassName
{
color: #DF37C2;
}
.AnyTagClassName
{
color: #DF37C2;
}
</style>
background-color css
<style>
a { background-color: #DF37C2; }
a { background-color: rgb(223,55,194); }
div.DivClassName
{
background-color: #DF37C2;
}
.BgClassName
{
background-color: #DF37C2;
}
</style>
border-color css
<style>
span { border-color: #DF37C2; }
span { border-color: rgb(223,55,194); }
td.TdClassName
{
border-color: #DF37C2;
}
.TagClassName
{
border-color: #DF37C2;
}
</style>