Shades of Shocking #D598B9
Tints of Shocking #D598B9
RGB
CMYK
RGB Variations
Color information
#D598B9 (or 0xD598B9) is known color: Shocking. HEX triplet: D5, 98 and B9. RGB value is (213,152,185). Sum of RGB (Red+Green+Blue) = 213+152+185=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D598B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598B9 is #2A6746. Grayscale: #ADADAD. Windows color (decimal): -2778951 or 12163285. OLE color: 12163285.
HSL color Cylindrical-coordinate representation of color #D598B9: hue angle of 327.54º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598B9 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 185 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.16 |
| HSL | 327.54º | 0.42% | 0.72% | - |
| HSV(B) | 327.54º | 0.29% | 0.84% | - |
| XYZ | 47.43 | 40.11 | 51.14 | - |
| YUV | 174 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 185 | 0 | 0.29 | 0.13 | 0.16 | 327.54 | 0.42 | 0.72 |
| Hex | D5 | 98 | B9 | 0 | 1D | D | 10 | 148 | 2A | 48 |
| Octal | 325 | 230 | 271 | 0 | 35 | 15 | 20 | 510 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10111001 | 0 | 11101 | 1101 | 10000 | 101001000 | 101010 | 1001000 |
Color Harmonies of #D598B9
Complementary color
Monochromatic Colors of #D598B9
Black with #D598B9
Text Example
Text Example
White with #D598B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598B9; }
p { color: rgb(213,152,185); }
H1.HeaderClassName
{
color: #D598B9;
}
.AnyTagClassName
{
color: #D598B9;
}
</style>
background-color css
<style>
a { background-color: #D598B9; }
a { background-color: rgb(213,152,185); }
div.DivClassName
{
background-color: #D598B9;
}
.BgClassName
{
background-color: #D598B9;
}
</style>
border-color css
<style>
span { border-color: #D598B9; }
span { border-color: rgb(213,152,185); }
td.TdClassName
{
border-color: #D598B9;
}
.TagClassName
{
border-color: #D598B9;
}
</style>