Shades of Razzle Dazzle Rose #DE40BB
Tints of Razzle Dazzle Rose #DE40BB
RGB
CMYK
RGB Variations
Color information
#DE40BB (or 0xDE40BB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 40 and BB. RGB value is (222,64,187). Sum of RGB (Red+Green+Blue) = 222+64+187=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE40BB is #21BF44. Grayscale: #7C7C7C. Windows color (decimal): -2211653 or 12271838. OLE color: 12271838.
HSL color Cylindrical-coordinate representation of color #DE40BB: hue angle of 313.29º 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 #DE40BB is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 187 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.13 |
| HSL | 313.29º | 0.71% | 0.56% | - |
| HSV(B) | 313.29º | 0.71% | 0.87% | - |
| XYZ | 40.93 | 22.78 | 49.25 | - |
| YUV | 125.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 187 | 0 | 0.71 | 0.16 | 0.13 | 313.29 | 0.71 | 0.56 |
| Hex | DE | 40 | BB | 0 | 47 | 10 | D | 139 | 47 | 38 |
| Octal | 336 | 100 | 273 | 0 | 107 | 20 | 15 | 471 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10111011 | 0 | 1000111 | 10000 | 1101 | 100111001 | 1000111 | 111000 |
Color Harmonies of #DE40BB
Complementary color
Monochromatic Colors of #DE40BB
Black with #DE40BB
Text Example
Text Example
White with #DE40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40BB; }
p { color: rgb(222,64,187); }
H1.HeaderClassName
{
color: #DE40BB;
}
.AnyTagClassName
{
color: #DE40BB;
}
</style>
background-color css
<style>
a { background-color: #DE40BB; }
a { background-color: rgb(222,64,187); }
div.DivClassName
{
background-color: #DE40BB;
}
.BgClassName
{
background-color: #DE40BB;
}
</style>
border-color css
<style>
span { border-color: #DE40BB; }
span { border-color: rgb(222,64,187); }
td.TdClassName
{
border-color: #DE40BB;
}
.TagClassName
{
border-color: #DE40BB;
}
</style>