Shades of Shocking #DD95BC
Tints of Shocking #DD95BC
RGB
CMYK
RGB Variations
Color information
#DD95BC (or 0xDD95BC) is known color: Shocking. HEX triplet: DD, 95 and BC. RGB value is (221,149,188). Sum of RGB (Red+Green+Blue) = 221+149+188=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95BC is #226A43. Grayscale: #AEAEAE. Windows color (decimal): -2255428 or 12359133. OLE color: 12359133.
HSL color Cylindrical-coordinate representation of color #DD95BC: hue angle of 327.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95BC is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 188 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.13 |
| HSL | 327.5º | 0.51% | 0.73% | - |
| HSV(B) | 327.5º | 0.33% | 0.87% | - |
| XYZ | 49.64 | 40.5 | 52.78 | - |
| YUV | 174.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 188 | 0 | 0.33 | 0.15 | 0.13 | 327.5 | 0.51 | 0.73 |
| Hex | DD | 95 | BC | 0 | 21 | F | D | 148 | 33 | 49 |
| Octal | 335 | 225 | 274 | 0 | 41 | 17 | 15 | 510 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10111100 | 0 | 100001 | 1111 | 1101 | 101001000 | 110011 | 1001001 |
Color Harmonies of #DD95BC
Complementary color
Monochromatic Colors of #DD95BC
Black with #DD95BC
Text Example
Text Example
White with #DD95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95BC; }
p { color: rgb(221,149,188); }
H1.HeaderClassName
{
color: #DD95BC;
}
.AnyTagClassName
{
color: #DD95BC;
}
</style>
background-color css
<style>
a { background-color: #DD95BC; }
a { background-color: rgb(221,149,188); }
div.DivClassName
{
background-color: #DD95BC;
}
.BgClassName
{
background-color: #DD95BC;
}
</style>
border-color css
<style>
span { border-color: #DD95BC; }
span { border-color: rgb(221,149,188); }
td.TdClassName
{
border-color: #DD95BC;
}
.TagClassName
{
border-color: #DD95BC;
}
</style>