Shades of Razzle Dazzle Rose #DF37CF
Tints of Razzle Dazzle Rose #DF37CF
RGB
CMYK
RGB Variations
Color information
#DF37CF (or 0xDF37CF) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and CF. RGB value is (223,55,207). Sum of RGB (Red+Green+Blue) = 223+55+207=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37CF is #20C830. Grayscale: #7A7A7A. Windows color (decimal): -2148401 or 13580255. OLE color: 13580255.
HSL color Cylindrical-coordinate representation of color #DF37CF: hue angle of 305.71º 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 #DF37CF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 207 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.13 |
| HSL | 305.71º | 0.72% | 0.55% | - |
| HSV(B) | 305.71º | 0.75% | 0.87% | - |
| XYZ | 43.06 | 22.93 | 61.19 | - |
| YUV | 122.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 207 | 0 | 0.75 | 0.07 | 0.13 | 305.71 | 0.72 | 0.55 |
| Hex | DF | 37 | CF | 0 | 4B | 7 | D | 132 | 48 | 37 |
| Octal | 337 | 67 | 317 | 0 | 113 | 7 | 15 | 462 | 110 | 67 |
| Binary | 11011111 | 110111 | 11001111 | 0 | 1001011 | 111 | 1101 | 100110010 | 1001000 | 110111 |
Color Harmonies of #DF37CF
Complementary color
Monochromatic Colors of #DF37CF
Black with #DF37CF
Text Example
Text Example
White with #DF37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37CF; }
p { color: rgb(223,55,207); }
H1.HeaderClassName
{
color: #DF37CF;
}
.AnyTagClassName
{
color: #DF37CF;
}
</style>
background-color css
<style>
a { background-color: #DF37CF; }
a { background-color: rgb(223,55,207); }
div.DivClassName
{
background-color: #DF37CF;
}
.BgClassName
{
background-color: #DF37CF;
}
</style>
border-color css
<style>
span { border-color: #DF37CF; }
span { border-color: rgb(223,55,207); }
td.TdClassName
{
border-color: #DF37CF;
}
.TagClassName
{
border-color: #DF37CF;
}
</style>