Shades of Shocking #DD94BD
Tints of Shocking #DD94BD
RGB
CMYK
RGB Variations
Color information
#DD94BD (or 0xDD94BD) is known color: Shocking. HEX triplet: DD, 94 and BD. RGB value is (221,148,189). Sum of RGB (Red+Green+Blue) = 221+148+189=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94BD is #226B42. Grayscale: #AEAEAE. Windows color (decimal): -2255683 or 12424413. OLE color: 12424413.
HSL color Cylindrical-coordinate representation of color #DD94BD: hue angle of 326.3º 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 #DD94BD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 189 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.13 |
| HSL | 326.3º | 0.52% | 0.72% | - |
| HSV(B) | 326.3º | 0.33% | 0.87% | - |
| XYZ | 49.59 | 40.23 | 53.29 | - |
| YUV | 174.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 189 | 0 | 0.33 | 0.14 | 0.13 | 326.3 | 0.52 | 0.72 |
| Hex | DD | 94 | BD | 0 | 21 | E | D | 146 | 34 | 48 |
| Octal | 335 | 224 | 275 | 0 | 41 | 16 | 15 | 506 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10111101 | 0 | 100001 | 1110 | 1101 | 101000110 | 110100 | 1001000 |
Color Harmonies of #DD94BD
Complementary color
Monochromatic Colors of #DD94BD
Black with #DD94BD
Text Example
Text Example
White with #DD94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94BD; }
p { color: rgb(221,148,189); }
H1.HeaderClassName
{
color: #DD94BD;
}
.AnyTagClassName
{
color: #DD94BD;
}
</style>
background-color css
<style>
a { background-color: #DD94BD; }
a { background-color: rgb(221,148,189); }
div.DivClassName
{
background-color: #DD94BD;
}
.BgClassName
{
background-color: #DD94BD;
}
</style>
border-color css
<style>
span { border-color: #DD94BD; }
span { border-color: rgb(221,148,189); }
td.TdClassName
{
border-color: #DD94BD;
}
.TagClassName
{
border-color: #DD94BD;
}
</style>