Shades of Shocking #D595C3
Tints of Shocking #D595C3
RGB
CMYK
RGB Variations
Color information
#D595C3 (or 0xD595C3) is known color: Shocking. HEX triplet: D5, 95 and C3. RGB value is (213,149,195). Sum of RGB (Red+Green+Blue) = 213+149+195=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C3 is #2A6A3C. Grayscale: #ADADAD. Windows color (decimal): -2779709 or 12817877. OLE color: 12817877.
HSL color Cylindrical-coordinate representation of color #D595C3: hue angle of 316.88º 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 #D595C3 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 195 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.16 |
| HSL | 316.88º | 0.43% | 0.71% | - |
| HSV(B) | 316.88º | 0.3% | 0.84% | - |
| XYZ | 48.04 | 39.58 | 56.74 | - |
| YUV | 173.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 195 | 0 | 0.30 | 0.08 | 0.16 | 316.88 | 0.43 | 0.71 |
| Hex | D5 | 95 | C3 | 0 | 1E | 8 | 10 | 13D | 2B | 47 |
| Octal | 325 | 225 | 303 | 0 | 36 | 10 | 20 | 475 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11000011 | 0 | 11110 | 1000 | 10000 | 100111101 | 101011 | 1000111 |
Color Harmonies of #D595C3
Complementary color
Monochromatic Colors of #D595C3
Black with #D595C3
Text Example
Text Example
White with #D595C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595C3; }
p { color: rgb(213,149,195); }
H1.HeaderClassName
{
color: #D595C3;
}
.AnyTagClassName
{
color: #D595C3;
}
</style>
background-color css
<style>
a { background-color: #D595C3; }
a { background-color: rgb(213,149,195); }
div.DivClassName
{
background-color: #D595C3;
}
.BgClassName
{
background-color: #D595C3;
}
</style>
border-color css
<style>
span { border-color: #D595C3; }
span { border-color: rgb(213,149,195); }
td.TdClassName
{
border-color: #D595C3;
}
.TagClassName
{
border-color: #D595C3;
}
</style>