Shades of Razzle Dazzle Rose #DF37D1
Tints of Razzle Dazzle Rose #DF37D1
RGB
CMYK
RGB Variations
Color information
#DF37D1 (or 0xDF37D1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and D1. RGB value is (223,55,209). Sum of RGB (Red+Green+Blue) = 223+55+209=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37D1 is #20C82E. Grayscale: #7A7A7A. Windows color (decimal): -2148399 or 13711327. OLE color: 13711327.
HSL color Cylindrical-coordinate representation of color #DF37D1: hue angle of 305º 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 #DF37D1 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 209 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.13 |
| HSL | 305º | 0.72% | 0.55% | - |
| HSV(B) | 305º | 0.75% | 0.87% | - |
| XYZ | 43.31 | 23.02 | 62.48 | - |
| YUV | 122.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 209 | 0 | 0.75 | 0.06 | 0.13 | 305 | 0.72 | 0.55 |
| Hex | DF | 37 | D1 | 0 | 4B | 6 | D | 131 | 48 | 37 |
| Octal | 337 | 67 | 321 | 0 | 113 | 6 | 15 | 461 | 110 | 67 |
| Binary | 11011111 | 110111 | 11010001 | 0 | 1001011 | 110 | 1101 | 100110001 | 1001000 | 110111 |
Color Harmonies of #DF37D1
Complementary color
Monochromatic Colors of #DF37D1
Black with #DF37D1
Text Example
Text Example
White with #DF37D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37D1; }
p { color: rgb(223,55,209); }
H1.HeaderClassName
{
color: #DF37D1;
}
.AnyTagClassName
{
color: #DF37D1;
}
</style>
background-color css
<style>
a { background-color: #DF37D1; }
a { background-color: rgb(223,55,209); }
div.DivClassName
{
background-color: #DF37D1;
}
.BgClassName
{
background-color: #DF37D1;
}
</style>
border-color css
<style>
span { border-color: #DF37D1; }
span { border-color: rgb(223,55,209); }
td.TdClassName
{
border-color: #DF37D1;
}
.TagClassName
{
border-color: #DF37D1;
}
</style>