Shades of Razzle Dazzle Rose #DF38B8
Tints of Razzle Dazzle Rose #DF38B8
RGB
CMYK
RGB Variations
Color information
#DF38B8 (or 0xDF38B8) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and B8. RGB value is (223,56,184). Sum of RGB (Red+Green+Blue) = 223+56+184=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38B8 is #20C747. Grayscale: #787878. Windows color (decimal): -2148168 or 12073183. OLE color: 12073183.
HSL color Cylindrical-coordinate representation of color #DF38B8: hue angle of 314.01º 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 #DF38B8 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 184 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.13 |
| HSL | 314.01º | 0.72% | 0.55% | - |
| HSV(B) | 314.01º | 0.75% | 0.87% | - |
| XYZ | 40.5 | 21.98 | 47.45 | - |
| YUV | 120.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 184 | 0 | 0.75 | 0.17 | 0.13 | 314.01 | 0.72 | 0.55 |
| Hex | DF | 38 | B8 | 0 | 4B | 11 | D | 13A | 48 | 37 |
| Octal | 337 | 70 | 270 | 0 | 113 | 21 | 15 | 472 | 110 | 67 |
| Binary | 11011111 | 111000 | 10111000 | 0 | 1001011 | 10001 | 1101 | 100111010 | 1001000 | 110111 |
Color Harmonies of #DF38B8
Complementary color
Monochromatic Colors of #DF38B8
Black with #DF38B8
Text Example
Text Example
White with #DF38B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38B8; }
p { color: rgb(223,56,184); }
H1.HeaderClassName
{
color: #DF38B8;
}
.AnyTagClassName
{
color: #DF38B8;
}
</style>
background-color css
<style>
a { background-color: #DF38B8; }
a { background-color: rgb(223,56,184); }
div.DivClassName
{
background-color: #DF38B8;
}
.BgClassName
{
background-color: #DF38B8;
}
</style>
border-color css
<style>
span { border-color: #DF38B8; }
span { border-color: rgb(223,56,184); }
td.TdClassName
{
border-color: #DF38B8;
}
.TagClassName
{
border-color: #DF38B8;
}
</style>