Shades of Shocking #DD88BD
Tints of Shocking #DD88BD
RGB
CMYK
RGB Variations
Color information
#DD88BD (or 0xDD88BD) is known color: Shocking. HEX triplet: DD, 88 and BD. RGB value is (221,136,189). Sum of RGB (Red+Green+Blue) = 221+136+189=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88BD is #227742. Grayscale: #A7A7A7. Windows color (decimal): -2258755 or 12421341. OLE color: 12421341.
HSL color Cylindrical-coordinate representation of color #DD88BD: hue angle of 322.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88BD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 189 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.13 |
| HSL | 322.59º | 0.56% | 0.7% | - |
| HSV(B) | 322.59º | 0.38% | 0.87% | - |
| XYZ | 47.81 | 36.65 | 52.7 | - |
| YUV | 167.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 189 | 0 | 0.38 | 0.14 | 0.13 | 322.59 | 0.56 | 0.7 |
| Hex | DD | 88 | BD | 0 | 26 | E | D | 143 | 38 | 46 |
| Octal | 335 | 210 | 275 | 0 | 46 | 16 | 15 | 503 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10111101 | 0 | 100110 | 1110 | 1101 | 101000011 | 111000 | 1000110 |
Color Harmonies of #DD88BD
Complementary color
Monochromatic Colors of #DD88BD
Black with #DD88BD
Text Example
Text Example
White with #DD88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88BD; }
p { color: rgb(221,136,189); }
H1.HeaderClassName
{
color: #DD88BD;
}
.AnyTagClassName
{
color: #DD88BD;
}
</style>
background-color css
<style>
a { background-color: #DD88BD; }
a { background-color: rgb(221,136,189); }
div.DivClassName
{
background-color: #DD88BD;
}
.BgClassName
{
background-color: #DD88BD;
}
</style>
border-color css
<style>
span { border-color: #DD88BD; }
span { border-color: rgb(221,136,189); }
td.TdClassName
{
border-color: #DD88BD;
}
.TagClassName
{
border-color: #DD88BD;
}
</style>