Shades of Shocking #D589B7
Tints of Shocking #D589B7
RGB
CMYK
RGB Variations
Color information
#D589B7 (or 0xD589B7) is known color: Shocking. HEX triplet: D5, 89 and B7. RGB value is (213,137,183). Sum of RGB (Red+Green+Blue) = 213+137+183=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D589B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589B7 is #2A7648. Grayscale: #A4A4A4. Windows color (decimal): -2782793 or 12028373. OLE color: 12028373.
HSL color Cylindrical-coordinate representation of color #D589B7: hue angle of 323.68º 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 #D589B7 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 183 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.16 |
| HSL | 323.68º | 0.48% | 0.69% | - |
| HSV(B) | 323.68º | 0.36% | 0.84% | - |
| XYZ | 44.93 | 35.46 | 49.28 | - |
| YUV | 164.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 183 | 0 | 0.36 | 0.14 | 0.16 | 323.68 | 0.48 | 0.69 |
| Hex | D5 | 89 | B7 | 0 | 24 | E | 10 | 144 | 30 | 45 |
| Octal | 325 | 211 | 267 | 0 | 44 | 16 | 20 | 504 | 60 | 105 |
| Binary | 11010101 | 10001001 | 10110111 | 0 | 100100 | 1110 | 10000 | 101000100 | 110000 | 1000101 |
Color Harmonies of #D589B7
Complementary color
Monochromatic Colors of #D589B7
Black with #D589B7
Text Example
Text Example
White with #D589B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589B7; }
p { color: rgb(213,137,183); }
H1.HeaderClassName
{
color: #D589B7;
}
.AnyTagClassName
{
color: #D589B7;
}
</style>
background-color css
<style>
a { background-color: #D589B7; }
a { background-color: rgb(213,137,183); }
div.DivClassName
{
background-color: #D589B7;
}
.BgClassName
{
background-color: #D589B7;
}
</style>
border-color css
<style>
span { border-color: #D589B7; }
span { border-color: rgb(213,137,183); }
td.TdClassName
{
border-color: #D589B7;
}
.TagClassName
{
border-color: #D589B7;
}
</style>