Shades of Shocking #D595BE
Tints of Shocking #D595BE
RGB
CMYK
RGB Variations
Color information
#D595BE (or 0xD595BE) is known color: Shocking. HEX triplet: D5, 95 and BE. RGB value is (213,149,190). Sum of RGB (Red+Green+Blue) = 213+149+190=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D595BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595BE is #2A6A41. Grayscale: #ACACAC. Windows color (decimal): -2779714 or 12490197. OLE color: 12490197.
HSL color Cylindrical-coordinate representation of color #D595BE: hue angle of 321.56º 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 #D595BE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 190 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.16 |
| HSL | 321.56º | 0.43% | 0.71% | - |
| HSV(B) | 321.56º | 0.3% | 0.84% | - |
| XYZ | 47.48 | 39.36 | 53.81 | - |
| YUV | 172.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 190 | 0 | 0.30 | 0.11 | 0.16 | 321.56 | 0.43 | 0.71 |
| Hex | D5 | 95 | BE | 0 | 1E | B | 10 | 142 | 2B | 47 |
| Octal | 325 | 225 | 276 | 0 | 36 | 13 | 20 | 502 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10111110 | 0 | 11110 | 1011 | 10000 | 101000010 | 101011 | 1000111 |
Color Harmonies of #D595BE
Complementary color
Monochromatic Colors of #D595BE
Black with #D595BE
Text Example
Text Example
White with #D595BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595BE; }
p { color: rgb(213,149,190); }
H1.HeaderClassName
{
color: #D595BE;
}
.AnyTagClassName
{
color: #D595BE;
}
</style>
background-color css
<style>
a { background-color: #D595BE; }
a { background-color: rgb(213,149,190); }
div.DivClassName
{
background-color: #D595BE;
}
.BgClassName
{
background-color: #D595BE;
}
</style>
border-color css
<style>
span { border-color: #D595BE; }
span { border-color: rgb(213,149,190); }
td.TdClassName
{
border-color: #D595BE;
}
.TagClassName
{
border-color: #D595BE;
}
</style>