Shades of Shocking #D58ABB
Tints of Shocking #D58ABB
RGB
CMYK
RGB Variations
Color information
#D58ABB (or 0xD58ABB) is known color: Shocking. HEX triplet: D5, 8A and BB. RGB value is (213,138,187). Sum of RGB (Red+Green+Blue) = 213+138+187=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ABB is #2A7544. Grayscale: #A5A5A5. Windows color (decimal): -2782533 or 12290773. OLE color: 12290773.
HSL color Cylindrical-coordinate representation of color #D58ABB: hue angle of 320.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58ABB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 187 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.16 |
| HSL | 320.8º | 0.47% | 0.69% | - |
| HSV(B) | 320.8º | 0.35% | 0.84% | - |
| XYZ | 45.5 | 35.91 | 51.55 | - |
| YUV | 166.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 187 | 0 | 0.35 | 0.12 | 0.16 | 320.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | BB | 0 | 23 | C | 10 | 141 | 2F | 45 |
| Octal | 325 | 212 | 273 | 0 | 43 | 14 | 20 | 501 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10111011 | 0 | 100011 | 1100 | 10000 | 101000001 | 101111 | 1000101 |
Color Harmonies of #D58ABB
Complementary color
Monochromatic Colors of #D58ABB
Black with #D58ABB
Text Example
Text Example
White with #D58ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ABB; }
p { color: rgb(213,138,187); }
H1.HeaderClassName
{
color: #D58ABB;
}
.AnyTagClassName
{
color: #D58ABB;
}
</style>
background-color css
<style>
a { background-color: #D58ABB; }
a { background-color: rgb(213,138,187); }
div.DivClassName
{
background-color: #D58ABB;
}
.BgClassName
{
background-color: #D58ABB;
}
</style>
border-color css
<style>
span { border-color: #D58ABB; }
span { border-color: rgb(213,138,187); }
td.TdClassName
{
border-color: #D58ABB;
}
.TagClassName
{
border-color: #D58ABB;
}
</style>