Shades of Razzle Dazzle Rose #DF37CE
Tints of Razzle Dazzle Rose #DF37CE
RGB
CMYK
RGB Variations
Color information
#DF37CE (or 0xDF37CE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and CE. RGB value is (223,55,206). Sum of RGB (Red+Green+Blue) = 223+55+206=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37CE is #20C831. Grayscale: #7A7A7A. Windows color (decimal): -2148402 or 13514719. OLE color: 13514719.
HSL color Cylindrical-coordinate representation of color #DF37CE: hue angle of 306.07º 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 #DF37CE is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 206 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.13 |
| HSL | 306.07º | 0.72% | 0.55% | - |
| HSV(B) | 306.07º | 0.75% | 0.87% | - |
| XYZ | 42.94 | 22.88 | 60.55 | - |
| YUV | 122.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 206 | 0 | 0.75 | 0.08 | 0.13 | 306.07 | 0.72 | 0.55 |
| Hex | DF | 37 | CE | 0 | 4B | 8 | D | 132 | 48 | 37 |
| Octal | 337 | 67 | 316 | 0 | 113 | 10 | 15 | 462 | 110 | 67 |
| Binary | 11011111 | 110111 | 11001110 | 0 | 1001011 | 1000 | 1101 | 100110010 | 1001000 | 110111 |
Color Harmonies of #DF37CE
Complementary color
Monochromatic Colors of #DF37CE
Black with #DF37CE
Text Example
Text Example
White with #DF37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37CE; }
p { color: rgb(223,55,206); }
H1.HeaderClassName
{
color: #DF37CE;
}
.AnyTagClassName
{
color: #DF37CE;
}
</style>
background-color css
<style>
a { background-color: #DF37CE; }
a { background-color: rgb(223,55,206); }
div.DivClassName
{
background-color: #DF37CE;
}
.BgClassName
{
background-color: #DF37CE;
}
</style>
border-color css
<style>
span { border-color: #DF37CE; }
span { border-color: rgb(223,55,206); }
td.TdClassName
{
border-color: #DF37CE;
}
.TagClassName
{
border-color: #DF37CE;
}
</style>