Shades of Shocking #DD9BBC
Tints of Shocking #DD9BBC
RGB
CMYK
RGB Variations
Color information
#DD9BBC (or 0xDD9BBC) is known color: Shocking. HEX triplet: DD, 9B and BC. RGB value is (221,155,188). Sum of RGB (Red+Green+Blue) = 221+155+188=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BBC is #226443. Grayscale: #B2B2B2. Windows color (decimal): -2253892 or 12360669. OLE color: 12360669.
HSL color Cylindrical-coordinate representation of color #DD9BBC: hue angle of 330º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BBC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 188 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.13 |
| HSL | 330º | 0.49% | 0.74% | - |
| HSV(B) | 330º | 0.3% | 0.87% | - |
| XYZ | 50.62 | 42.45 | 53.1 | - |
| YUV | 178.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 188 | 0 | 0.30 | 0.15 | 0.13 | 330 | 0.49 | 0.74 |
| Hex | DD | 9B | BC | 0 | 1E | F | D | 14A | 31 | 4A |
| Octal | 335 | 233 | 274 | 0 | 36 | 17 | 15 | 512 | 61 | 112 |
| Binary | 11011101 | 10011011 | 10111100 | 0 | 11110 | 1111 | 1101 | 101001010 | 110001 | 1001010 |
Color Harmonies of #DD9BBC
Complementary color
Monochromatic Colors of #DD9BBC
Black with #DD9BBC
Text Example
Text Example
White with #DD9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BBC; }
p { color: rgb(221,155,188); }
H1.HeaderClassName
{
color: #DD9BBC;
}
.AnyTagClassName
{
color: #DD9BBC;
}
</style>
background-color css
<style>
a { background-color: #DD9BBC; }
a { background-color: rgb(221,155,188); }
div.DivClassName
{
background-color: #DD9BBC;
}
.BgClassName
{
background-color: #DD9BBC;
}
</style>
border-color css
<style>
span { border-color: #DD9BBC; }
span { border-color: rgb(221,155,188); }
td.TdClassName
{
border-color: #DD9BBC;
}
.TagClassName
{
border-color: #DD9BBC;
}
</style>