#D589B5

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

Shades of Shocking #D589B5

Tints of Shocking #D589B5

Color information

#D589B5 (or 0xD589B5) is unknown color: approx Shocking. HEX triplet: D5, 89 and B5. RGB value is (213,137,181). Sum of RGB (Red+Green+Blue) = 213+137+181=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D589B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589B5 is #2A764A. Grayscale: #A4A4A4. Windows color (decimal): -2782795 or 11897301. OLE color: 11897301.

HSL color Cylindrical-coordinate representation of color #D589B5: hue angle of 325.26º 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 #D589B5 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213137181-
CMYK00.360.150.16
HSL325.26º47.5%68.63%-
HSV(B)325.26º35.68%83.53%-
XYZ44.7335.3748.19-
YUV164.74137.18162.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=40.11%
G=25.80%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313718100.360.150.16325.2647.568.63
HexD589B5024F101453045
Octal325211265044172050560105
Binary11010101100010011011010101001001111100001010001011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589B5; }

 p { color: rgb(213,137,181); }

 H1.HeaderClassName
 {
   color: #D589B5;
 }
 .AnyTagClassName
 {
   color: #D589B5;
 }
</style>
background-color css

<style>
 a { background-color: #D589B5; }

 a { background-color: rgb(213,137,181); }

 div.DivClassName
 {
   background-color: #D589B5;
 }
 .BgClassName
 {
   background-color: #D589B5;
 }
</style>
border-color css

<style>
 span { border-color: #D589B5; }

 span { border-color: rgb(213,137,181); }

 td.TdClassName
 {
   border-color: #D589B5;
 }
 .TagClassName
 {
   border-color: #D589B5;
 }
</style>