Shades of Shocking #DC95C6
Tints of Shocking #DC95C6
RGB
CMYK
RGB Variations
Color information
#DC95C6 (or 0xDC95C6) is known color: Shocking. HEX triplet: DC, 95 and C6. RGB value is (220,149,198). Sum of RGB (Red+Green+Blue) = 220+149+198=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95C6 is #236A39. Grayscale: #AFAFAF. Windows color (decimal): -2320954 or 13014492. OLE color: 13014492.
HSL color Cylindrical-coordinate representation of color #DC95C6: hue angle of 318.59º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95C6 is Cyan = 0, Magento = 0.32, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 198 | - |
| CMYK | 0 | 0.32 | 0.1 | 0.14 |
| HSL | 318.59º | 0.5% | 0.72% | - |
| HSV(B) | 318.59º | 0.32% | 0.86% | - |
| XYZ | 50.46 | 40.79 | 58.64 | - |
| YUV | 175.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 198 | 0 | 0.32 | 0.1 | 0.14 | 318.59 | 0.5 | 0.72 |
| Hex | DC | 95 | C6 | 0 | 20 | A | E | 13F | 32 | 48 |
| Octal | 334 | 225 | 306 | 0 | 40 | 12 | 16 | 477 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11000110 | 0 | 100000 | 1010 | 1110 | 100111111 | 110010 | 1001000 |
Color Harmonies of #DC95C6
Complementary color
Monochromatic Colors of #DC95C6
Black with #DC95C6
Text Example
Text Example
White with #DC95C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95C6; }
p { color: rgb(220,149,198); }
H1.HeaderClassName
{
color: #DC95C6;
}
.AnyTagClassName
{
color: #DC95C6;
}
</style>
background-color css
<style>
a { background-color: #DC95C6; }
a { background-color: rgb(220,149,198); }
div.DivClassName
{
background-color: #DC95C6;
}
.BgClassName
{
background-color: #DC95C6;
}
</style>
border-color css
<style>
span { border-color: #DC95C6; }
span { border-color: rgb(220,149,198); }
td.TdClassName
{
border-color: #DC95C6;
}
.TagClassName
{
border-color: #DC95C6;
}
</style>