Shades of Shocking #DD9BC6
Tints of Shocking #DD9BC6
RGB
CMYK
RGB Variations
Color information
#DD9BC6 (or 0xDD9BC6) is known color: Shocking. HEX triplet: DD, 9B and C6. RGB value is (221,155,198). Sum of RGB (Red+Green+Blue) = 221+155+198=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BC6 is #226439. Grayscale: #B3B3B3. Windows color (decimal): -2253882 or 13016029. OLE color: 13016029.
HSL color Cylindrical-coordinate representation of color #DD9BC6: hue angle of 320.91º 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 #DD9BC6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 198 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.13 |
| HSL | 320.91º | 0.49% | 0.74% | - |
| HSV(B) | 320.91º | 0.3% | 0.87% | - |
| XYZ | 51.73 | 42.89 | 58.98 | - |
| YUV | 179.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 198 | 0 | 0.30 | 0.10 | 0.13 | 320.91 | 0.49 | 0.74 |
| Hex | DD | 9B | C6 | 0 | 1E | A | D | 141 | 31 | 4A |
| Octal | 335 | 233 | 306 | 0 | 36 | 12 | 15 | 501 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11000110 | 0 | 11110 | 1010 | 1101 | 101000001 | 110001 | 1001010 |
Color Harmonies of #DD9BC6
Complementary color
Monochromatic Colors of #DD9BC6
Black with #DD9BC6
Text Example
Text Example
White with #DD9BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BC6; }
p { color: rgb(221,155,198); }
H1.HeaderClassName
{
color: #DD9BC6;
}
.AnyTagClassName
{
color: #DD9BC6;
}
</style>
background-color css
<style>
a { background-color: #DD9BC6; }
a { background-color: rgb(221,155,198); }
div.DivClassName
{
background-color: #DD9BC6;
}
.BgClassName
{
background-color: #DD9BC6;
}
</style>
border-color css
<style>
span { border-color: #DD9BC6; }
span { border-color: rgb(221,155,198); }
td.TdClassName
{
border-color: #DD9BC6;
}
.TagClassName
{
border-color: #DD9BC6;
}
</style>