Shades of Shocking #DD93BC
Tints of Shocking #DD93BC
RGB
CMYK
RGB Variations
Color information
#DD93BC (or 0xDD93BC) is known color: Shocking. HEX triplet: DD, 93 and BC. RGB value is (221,147,188). Sum of RGB (Red+Green+Blue) = 221+147+188=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93BC is #226C43. Grayscale: #ADADAD. Windows color (decimal): -2255940 or 12358621. OLE color: 12358621.
HSL color Cylindrical-coordinate representation of color #DD93BC: hue angle of 326.76º 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 #DD93BC is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 188 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.13 |
| HSL | 326.76º | 0.52% | 0.72% | - |
| HSV(B) | 326.76º | 0.33% | 0.87% | - |
| XYZ | 49.33 | 39.87 | 52.67 | - |
| YUV | 173.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 188 | 0 | 0.33 | 0.15 | 0.13 | 326.76 | 0.52 | 0.72 |
| Hex | DD | 93 | BC | 0 | 21 | F | D | 147 | 34 | 48 |
| Octal | 335 | 223 | 274 | 0 | 41 | 17 | 15 | 507 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10111100 | 0 | 100001 | 1111 | 1101 | 101000111 | 110100 | 1001000 |
Color Harmonies of #DD93BC
Complementary color
Monochromatic Colors of #DD93BC
Black with #DD93BC
Text Example
Text Example
White with #DD93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93BC; }
p { color: rgb(221,147,188); }
H1.HeaderClassName
{
color: #DD93BC;
}
.AnyTagClassName
{
color: #DD93BC;
}
</style>
background-color css
<style>
a { background-color: #DD93BC; }
a { background-color: rgb(221,147,188); }
div.DivClassName
{
background-color: #DD93BC;
}
.BgClassName
{
background-color: #DD93BC;
}
</style>
border-color css
<style>
span { border-color: #DD93BC; }
span { border-color: rgb(221,147,188); }
td.TdClassName
{
border-color: #DD93BC;
}
.TagClassName
{
border-color: #DD93BC;
}
</style>