Shades of Shocking #DD93B5
Tints of Shocking #DD93B5
RGB
CMYK
RGB Variations
Color information
#DD93B5 (or 0xDD93B5) is known color: Shocking. HEX triplet: DD, 93 and B5. RGB value is (221,147,181). Sum of RGB (Red+Green+Blue) = 221+147+181=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93B5 is #226C4A. Grayscale: #ACACAC. Windows color (decimal): -2255947 or 11899869. OLE color: 11899869.
HSL color Cylindrical-coordinate representation of color #DD93B5: hue angle of 332.43º 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 #DD93B5 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 181 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.13 |
| HSL | 332.43º | 0.52% | 0.72% | - |
| HSV(B) | 332.43º | 0.33% | 0.87% | - |
| XYZ | 48.59 | 39.58 | 48.79 | - |
| YUV | 173 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 181 | 0 | 0.33 | 0.18 | 0.13 | 332.43 | 0.52 | 0.72 |
| Hex | DD | 93 | B5 | 0 | 21 | 12 | D | 14C | 34 | 48 |
| Octal | 335 | 223 | 265 | 0 | 41 | 22 | 15 | 514 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10110101 | 0 | 100001 | 10010 | 1101 | 101001100 | 110100 | 1001000 |
Color Harmonies of #DD93B5
Complementary color
Monochromatic Colors of #DD93B5
Black with #DD93B5
Text Example
Text Example
White with #DD93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93B5; }
p { color: rgb(221,147,181); }
H1.HeaderClassName
{
color: #DD93B5;
}
.AnyTagClassName
{
color: #DD93B5;
}
</style>
background-color css
<style>
a { background-color: #DD93B5; }
a { background-color: rgb(221,147,181); }
div.DivClassName
{
background-color: #DD93B5;
}
.BgClassName
{
background-color: #DD93B5;
}
</style>
border-color css
<style>
span { border-color: #DD93B5; }
span { border-color: rgb(221,147,181); }
td.TdClassName
{
border-color: #DD93B5;
}
.TagClassName
{
border-color: #DD93B5;
}
</style>