Shades of Shocking #D58ABD
Tints of Shocking #D58ABD
RGB
CMYK
RGB Variations
Color information
#D58ABD (or 0xD58ABD) is known color: Shocking. HEX triplet: D5, 8A and BD. RGB value is (213,138,189). Sum of RGB (Red+Green+Blue) = 213+138+189=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ABD is #2A7542. Grayscale: #A6A6A6. Windows color (decimal): -2782531 or 12421845. OLE color: 12421845.
HSL color Cylindrical-coordinate representation of color #D58ABD: hue angle of 319.2º 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 #D58ABD is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 189 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.16 |
| HSL | 319.2º | 0.47% | 0.69% | - |
| HSV(B) | 319.2º | 0.35% | 0.84% | - |
| XYZ | 45.71 | 36 | 52.68 | - |
| YUV | 166.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 189 | 0 | 0.35 | 0.11 | 0.16 | 319.2 | 0.47 | 0.69 |
| Hex | D5 | 8A | BD | 0 | 23 | B | 10 | 13F | 2F | 45 |
| Octal | 325 | 212 | 275 | 0 | 43 | 13 | 20 | 477 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10111101 | 0 | 100011 | 1011 | 10000 | 100111111 | 101111 | 1000101 |
Color Harmonies of #D58ABD
Complementary color
Monochromatic Colors of #D58ABD
Black with #D58ABD
Text Example
Text Example
White with #D58ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ABD; }
p { color: rgb(213,138,189); }
H1.HeaderClassName
{
color: #D58ABD;
}
.AnyTagClassName
{
color: #D58ABD;
}
</style>
background-color css
<style>
a { background-color: #D58ABD; }
a { background-color: rgb(213,138,189); }
div.DivClassName
{
background-color: #D58ABD;
}
.BgClassName
{
background-color: #D58ABD;
}
</style>
border-color css
<style>
span { border-color: #D58ABD; }
span { border-color: rgb(213,138,189); }
td.TdClassName
{
border-color: #D58ABD;
}
.TagClassName
{
border-color: #D58ABD;
}
</style>