Shades of Razzle Dazzle Rose #DF40B8
Tints of Razzle Dazzle Rose #DF40B8
RGB
CMYK
RGB Variations
Color information
#DF40B8 (or 0xDF40B8) is known color: Razzle Dazzle Rose. HEX triplet: DF, 40 and B8. RGB value is (223,64,184). Sum of RGB (Red+Green+Blue) = 223+64+184=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40B8 is #20BF47. Grayscale: #7C7C7C. Windows color (decimal): -2146120 or 12075231. OLE color: 12075231.
HSL color Cylindrical-coordinate representation of color #DF40B8: hue angle of 314.72º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40B8 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 184 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.13 |
| HSL | 314.72º | 0.71% | 0.56% | - |
| HSV(B) | 314.72º | 0.71% | 0.87% | - |
| XYZ | 40.92 | 22.82 | 47.59 | - |
| YUV | 125.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 184 | 0 | 0.71 | 0.17 | 0.13 | 314.72 | 0.71 | 0.56 |
| Hex | DF | 40 | B8 | 0 | 47 | 11 | D | 13B | 47 | 38 |
| Octal | 337 | 100 | 270 | 0 | 107 | 21 | 15 | 473 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10111000 | 0 | 1000111 | 10001 | 1101 | 100111011 | 1000111 | 111000 |
Color Harmonies of #DF40B8
Complementary color
Monochromatic Colors of #DF40B8
Black with #DF40B8
Text Example
Text Example
White with #DF40B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40B8; }
p { color: rgb(223,64,184); }
H1.HeaderClassName
{
color: #DF40B8;
}
.AnyTagClassName
{
color: #DF40B8;
}
</style>
background-color css
<style>
a { background-color: #DF40B8; }
a { background-color: rgb(223,64,184); }
div.DivClassName
{
background-color: #DF40B8;
}
.BgClassName
{
background-color: #DF40B8;
}
</style>
border-color css
<style>
span { border-color: #DF40B8; }
span { border-color: rgb(223,64,184); }
td.TdClassName
{
border-color: #DF40B8;
}
.TagClassName
{
border-color: #DF40B8;
}
</style>