#D589B7

Color #D589B7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D589B7

Tints of Shocking #D589B7

Color information

#D589B7 (or 0xD589B7) is unknown color: approx 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

RGB213137183-
CMYK00.360.140.16
HSL323.68º47.5%68.63%-
HSV(B)323.68º35.68%83.53%-
XYZ44.9335.4649.28-
YUV164.97138.18162.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=39.96%
G=25.70%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313718300.360.140.16323.6847.568.63
HexD589B7024E101443045
Octal325211267044162050460105
Binary11010101100010011011011101001001110100001010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>