Shades of Shocking #D589BD
Tints of Shocking #D589BD
RGB
CMYK
RGB Variations
Color information
#D589BD (or 0xD589BD) is known color: Shocking. HEX triplet: D5, 89 and BD. RGB value is (213,137,189). Sum of RGB (Red+Green+Blue) = 213+137+189=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D589BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589BD is #2A7642. Grayscale: #A5A5A5. Windows color (decimal): -2782787 or 12421589. OLE color: 12421589.
HSL color Cylindrical-coordinate representation of color #D589BD: hue angle of 318.95º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589BD is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 189 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.16 |
| HSL | 318.95º | 0.48% | 0.69% | - |
| HSV(B) | 318.95º | 0.36% | 0.84% | - |
| XYZ | 45.57 | 35.71 | 52.64 | - |
| YUV | 165.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 189 | 0 | 0.36 | 0.11 | 0.16 | 318.95 | 0.48 | 0.69 |
| Hex | D5 | 89 | BD | 0 | 24 | B | 10 | 13F | 30 | 45 |
| Octal | 325 | 211 | 275 | 0 | 44 | 13 | 20 | 477 | 60 | 105 |
| Binary | 11010101 | 10001001 | 10111101 | 0 | 100100 | 1011 | 10000 | 100111111 | 110000 | 1000101 |
Color Harmonies of #D589BD
Complementary color
Monochromatic Colors of #D589BD
Black with #D589BD
Text Example
Text Example
White with #D589BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589BD; }
p { color: rgb(213,137,189); }
H1.HeaderClassName
{
color: #D589BD;
}
.AnyTagClassName
{
color: #D589BD;
}
</style>
background-color css
<style>
a { background-color: #D589BD; }
a { background-color: rgb(213,137,189); }
div.DivClassName
{
background-color: #D589BD;
}
.BgClassName
{
background-color: #D589BD;
}
</style>
border-color css
<style>
span { border-color: #D589BD; }
span { border-color: rgb(213,137,189); }
td.TdClassName
{
border-color: #D589BD;
}
.TagClassName
{
border-color: #D589BD;
}
</style>