Shades of Shocking #D595C2
Tints of Shocking #D595C2
RGB
CMYK
RGB Variations
Color information
#D595C2 (or 0xD595C2) is known color: Shocking. HEX triplet: D5, 95 and C2. RGB value is (213,149,194). Sum of RGB (Red+Green+Blue) = 213+149+194=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C2 is #2A6A3D. Grayscale: #ADADAD. Windows color (decimal): -2779710 or 12752341. OLE color: 12752341.
HSL color Cylindrical-coordinate representation of color #D595C2: hue angle of 317.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595C2 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 194 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.16 |
| HSL | 317.81º | 0.43% | 0.71% | - |
| HSV(B) | 317.81º | 0.3% | 0.84% | - |
| XYZ | 47.93 | 39.54 | 56.14 | - |
| YUV | 173.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 194 | 0 | 0.30 | 0.09 | 0.16 | 317.81 | 0.43 | 0.71 |
| Hex | D5 | 95 | C2 | 0 | 1E | 9 | 10 | 13E | 2B | 47 |
| Octal | 325 | 225 | 302 | 0 | 36 | 11 | 20 | 476 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11000010 | 0 | 11110 | 1001 | 10000 | 100111110 | 101011 | 1000111 |
Color Harmonies of #D595C2
Complementary color
Monochromatic Colors of #D595C2
Black with #D595C2
Text Example
Text Example
White with #D595C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595C2; }
p { color: rgb(213,149,194); }
H1.HeaderClassName
{
color: #D595C2;
}
.AnyTagClassName
{
color: #D595C2;
}
</style>
background-color css
<style>
a { background-color: #D595C2; }
a { background-color: rgb(213,149,194); }
div.DivClassName
{
background-color: #D595C2;
}
.BgClassName
{
background-color: #D595C2;
}
</style>
border-color css
<style>
span { border-color: #D595C2; }
span { border-color: rgb(213,149,194); }
td.TdClassName
{
border-color: #D595C2;
}
.TagClassName
{
border-color: #D595C2;
}
</style>