Shades of Shocking #D595B9
Tints of Shocking #D595B9
RGB
CMYK
RGB Variations
Color information
#D595B9 (or 0xD595B9) is known color: Shocking. HEX triplet: D5, 95 and B9. RGB value is (213,149,185). Sum of RGB (Red+Green+Blue) = 213+149+185=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D595B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595B9 is #2A6A46. Grayscale: #ACACAC. Windows color (decimal): -2779719 or 12162517. OLE color: 12162517.
HSL color Cylindrical-coordinate representation of color #D595B9: hue angle of 326.25º 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 #D595B9 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 185 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.16 |
| HSL | 326.25º | 0.43% | 0.71% | - |
| HSV(B) | 326.25º | 0.3% | 0.84% | - |
| XYZ | 46.94 | 39.14 | 50.98 | - |
| YUV | 172.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 185 | 0 | 0.30 | 0.13 | 0.16 | 326.25 | 0.43 | 0.71 |
| Hex | D5 | 95 | B9 | 0 | 1E | D | 10 | 146 | 2B | 47 |
| Octal | 325 | 225 | 271 | 0 | 36 | 15 | 20 | 506 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10111001 | 0 | 11110 | 1101 | 10000 | 101000110 | 101011 | 1000111 |
Color Harmonies of #D595B9
Complementary color
Monochromatic Colors of #D595B9
Black with #D595B9
Text Example
Text Example
White with #D595B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595B9; }
p { color: rgb(213,149,185); }
H1.HeaderClassName
{
color: #D595B9;
}
.AnyTagClassName
{
color: #D595B9;
}
</style>
background-color css
<style>
a { background-color: #D595B9; }
a { background-color: rgb(213,149,185); }
div.DivClassName
{
background-color: #D595B9;
}
.BgClassName
{
background-color: #D595B9;
}
</style>
border-color css
<style>
span { border-color: #D595B9; }
span { border-color: rgb(213,149,185); }
td.TdClassName
{
border-color: #D595B9;
}
.TagClassName
{
border-color: #D595B9;
}
</style>