Shades of Shocking #DD94BB
Tints of Shocking #DD94BB
RGB
CMYK
RGB Variations
Color information
#DD94BB (or 0xDD94BB) is known color: Shocking. HEX triplet: DD, 94 and BB. RGB value is (221,148,187). Sum of RGB (Red+Green+Blue) = 221+148+187=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94BB is #226B44. Grayscale: #AEAEAE. Windows color (decimal): -2255685 or 12293341. OLE color: 12293341.
HSL color Cylindrical-coordinate representation of color #DD94BB: hue angle of 327.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94BB is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 187 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.13 |
| HSL | 327.95º | 0.52% | 0.72% | - |
| HSV(B) | 327.95º | 0.33% | 0.87% | - |
| XYZ | 49.38 | 40.14 | 52.16 | - |
| YUV | 174.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 187 | 0 | 0.33 | 0.15 | 0.13 | 327.95 | 0.52 | 0.72 |
| Hex | DD | 94 | BB | 0 | 21 | F | D | 148 | 34 | 48 |
| Octal | 335 | 224 | 273 | 0 | 41 | 17 | 15 | 510 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10111011 | 0 | 100001 | 1111 | 1101 | 101001000 | 110100 | 1001000 |
Color Harmonies of #DD94BB
Complementary color
Monochromatic Colors of #DD94BB
Black with #DD94BB
Text Example
Text Example
White with #DD94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94BB; }
p { color: rgb(221,148,187); }
H1.HeaderClassName
{
color: #DD94BB;
}
.AnyTagClassName
{
color: #DD94BB;
}
</style>
background-color css
<style>
a { background-color: #DD94BB; }
a { background-color: rgb(221,148,187); }
div.DivClassName
{
background-color: #DD94BB;
}
.BgClassName
{
background-color: #DD94BB;
}
</style>
border-color css
<style>
span { border-color: #DD94BB; }
span { border-color: rgb(221,148,187); }
td.TdClassName
{
border-color: #DD94BB;
}
.TagClassName
{
border-color: #DD94BB;
}
</style>