Shades of Shocking #D59CBE
Tints of Shocking #D59CBE
RGB
CMYK
RGB Variations
Color information
#D59CBE (or 0xD59CBE) is known color: Shocking. HEX triplet: D5, 9C and BE. RGB value is (213,156,190). Sum of RGB (Red+Green+Blue) = 213+156+190=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CBE is #2A6341. Grayscale: #B0B0B0. Windows color (decimal): -2777922 or 12491989. OLE color: 12491989.
HSL color Cylindrical-coordinate representation of color #D59CBE: hue angle of 324.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CBE is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 190 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.16 |
| HSL | 324.21º | 0.4% | 0.72% | - |
| HSV(B) | 324.21º | 0.27% | 0.84% | - |
| XYZ | 48.62 | 41.64 | 54.19 | - |
| YUV | 176.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 190 | 0 | 0.27 | 0.11 | 0.16 | 324.21 | 0.4 | 0.72 |
| Hex | D5 | 9C | BE | 0 | 1B | B | 10 | 144 | 28 | 48 |
| Octal | 325 | 234 | 276 | 0 | 33 | 13 | 20 | 504 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10111110 | 0 | 11011 | 1011 | 10000 | 101000100 | 101000 | 1001000 |
Color Harmonies of #D59CBE
Complementary color
Monochromatic Colors of #D59CBE
Black with #D59CBE
Text Example
Text Example
White with #D59CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CBE; }
p { color: rgb(213,156,190); }
H1.HeaderClassName
{
color: #D59CBE;
}
.AnyTagClassName
{
color: #D59CBE;
}
</style>
background-color css
<style>
a { background-color: #D59CBE; }
a { background-color: rgb(213,156,190); }
div.DivClassName
{
background-color: #D59CBE;
}
.BgClassName
{
background-color: #D59CBE;
}
</style>
border-color css
<style>
span { border-color: #D59CBE; }
span { border-color: rgb(213,156,190); }
td.TdClassName
{
border-color: #D59CBE;
}
.TagClassName
{
border-color: #D59CBE;
}
</style>