#D589BF

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

Shades of Shocking #D589BF

Tints of Shocking #D589BF

Color information

#D589BF (or 0xD589BF) is unknown color: approx Shocking. HEX triplet: D5, 89 and BF. RGB value is (213,137,191). Sum of RGB (Red+Green+Blue) = 213+137+191=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D589BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589BF is #2A7640. Grayscale: #A5A5A5. Windows color (decimal): -2782785 or 12552661. OLE color: 12552661.

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

Color convert

RGB213137191-
CMYK00.360.100.16
HSL317.37º47.5%68.63%-
HSV(B)317.37º35.68%83.53%-
XYZ45.7935.853.79-
YUV165.88142.18161.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 191 (75% from 255) = 35.30%
R=39.37%
G=25.32%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313719100.360.100.16317.3747.568.63
HexD589BF024A1013d3045
Octal325211277044122047560105
Binary11010101100010011011111101001001010100001001111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589BF; }

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

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

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

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

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

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

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

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