Shades of Shocking #DC9BC7
Tints of Shocking #DC9BC7
RGB
CMYK
RGB Variations
Color information
#DC9BC7 (or 0xDC9BC7) is known color: Shocking. HEX triplet: DC, 9B and C7. RGB value is (220,155,199). Sum of RGB (Red+Green+Blue) = 220+155+199=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BC7 is #236438. Grayscale: #B3B3B3. Windows color (decimal): -2319417 or 13081564. OLE color: 13081564.
HSL color Cylindrical-coordinate representation of color #DC9BC7: hue angle of 319.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BC7 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 199 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.14 |
| HSL | 319.38º | 0.48% | 0.74% | - |
| HSV(B) | 319.38º | 0.3% | 0.86% | - |
| XYZ | 51.55 | 42.78 | 59.57 | - |
| YUV | 179.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 199 | 0 | 0.30 | 0.10 | 0.14 | 319.38 | 0.48 | 0.74 |
| Hex | DC | 9B | C7 | 0 | 1E | A | E | 13F | 30 | 4A |
| Octal | 334 | 233 | 307 | 0 | 36 | 12 | 16 | 477 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11000111 | 0 | 11110 | 1010 | 1110 | 100111111 | 110000 | 1001010 |
Color Harmonies of #DC9BC7
Complementary color
Monochromatic Colors of #DC9BC7
Black with #DC9BC7
Text Example
Text Example
White with #DC9BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BC7; }
p { color: rgb(220,155,199); }
H1.HeaderClassName
{
color: #DC9BC7;
}
.AnyTagClassName
{
color: #DC9BC7;
}
</style>
background-color css
<style>
a { background-color: #DC9BC7; }
a { background-color: rgb(220,155,199); }
div.DivClassName
{
background-color: #DC9BC7;
}
.BgClassName
{
background-color: #DC9BC7;
}
</style>
border-color css
<style>
span { border-color: #DC9BC7; }
span { border-color: rgb(220,155,199); }
td.TdClassName
{
border-color: #DC9BC7;
}
.TagClassName
{
border-color: #DC9BC7;
}
</style>