Shades of Razzle Dazzle Rose #DF37B4
Tints of Razzle Dazzle Rose #DF37B4
RGB
CMYK
RGB Variations
Color information
#DF37B4 (or 0xDF37B4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and B4. RGB value is (223,55,180). Sum of RGB (Red+Green+Blue) = 223+55+180=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37B4 is #20C84B. Grayscale: #777777. Windows color (decimal): -2148428 or 11810783. OLE color: 11810783.
HSL color Cylindrical-coordinate representation of color #DF37B4: hue angle of 315.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 #DF37B4 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 180 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.13 |
| HSL | 315.36º | 0.72% | 0.55% | - |
| HSV(B) | 315.36º | 0.75% | 0.87% | - |
| XYZ | 40.04 | 21.72 | 45.26 | - |
| YUV | 119.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 180 | 0 | 0.75 | 0.19 | 0.13 | 315.36 | 0.72 | 0.55 |
| Hex | DF | 37 | B4 | 0 | 4B | 13 | D | 13B | 48 | 37 |
| Octal | 337 | 67 | 264 | 0 | 113 | 23 | 15 | 473 | 110 | 67 |
| Binary | 11011111 | 110111 | 10110100 | 0 | 1001011 | 10011 | 1101 | 100111011 | 1001000 | 110111 |
Color Harmonies of #DF37B4
Complementary color
Monochromatic Colors of #DF37B4
Black with #DF37B4
Text Example
Text Example
White with #DF37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37B4; }
p { color: rgb(223,55,180); }
H1.HeaderClassName
{
color: #DF37B4;
}
.AnyTagClassName
{
color: #DF37B4;
}
</style>
background-color css
<style>
a { background-color: #DF37B4; }
a { background-color: rgb(223,55,180); }
div.DivClassName
{
background-color: #DF37B4;
}
.BgClassName
{
background-color: #DF37B4;
}
</style>
border-color css
<style>
span { border-color: #DF37B4; }
span { border-color: rgb(223,55,180); }
td.TdClassName
{
border-color: #DF37B4;
}
.TagClassName
{
border-color: #DF37B4;
}
</style>