Shades of Razzle Dazzle Rose #DF37D3
Tints of Razzle Dazzle Rose #DF37D3
RGB
CMYK
RGB Variations
Color information
#DF37D3 (or 0xDF37D3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and D3. RGB value is (223,55,211). Sum of RGB (Red+Green+Blue) = 223+55+211=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37D3 is #20C82C. Grayscale: #7A7A7A. Windows color (decimal): -2148397 or 13842399. OLE color: 13842399.
HSL color Cylindrical-coordinate representation of color #DF37D3: hue angle of 304.29º 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 #DF37D3 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 211 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.13 |
| HSL | 304.29º | 0.72% | 0.55% | - |
| HSV(B) | 304.29º | 0.75% | 0.87% | - |
| XYZ | 43.56 | 23.12 | 63.8 | - |
| YUV | 123.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 211 | 0 | 0.75 | 0.05 | 0.13 | 304.29 | 0.72 | 0.55 |
| Hex | DF | 37 | D3 | 0 | 4B | 5 | D | 130 | 48 | 37 |
| Octal | 337 | 67 | 323 | 0 | 113 | 5 | 15 | 460 | 110 | 67 |
| Binary | 11011111 | 110111 | 11010011 | 0 | 1001011 | 101 | 1101 | 100110000 | 1001000 | 110111 |
Color Harmonies of #DF37D3
Complementary color
Monochromatic Colors of #DF37D3
Black with #DF37D3
Text Example
Text Example
White with #DF37D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37D3; }
p { color: rgb(223,55,211); }
H1.HeaderClassName
{
color: #DF37D3;
}
.AnyTagClassName
{
color: #DF37D3;
}
</style>
background-color css
<style>
a { background-color: #DF37D3; }
a { background-color: rgb(223,55,211); }
div.DivClassName
{
background-color: #DF37D3;
}
.BgClassName
{
background-color: #DF37D3;
}
</style>
border-color css
<style>
span { border-color: #DF37D3; }
span { border-color: rgb(223,55,211); }
td.TdClassName
{
border-color: #DF37D3;
}
.TagClassName
{
border-color: #DF37D3;
}
</style>