#D587B6

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

Shades of Shocking #D587B6

Tints of Shocking #D587B6

Color information

#D587B6 (or 0xD587B6) is unknown color: approx Shocking. HEX triplet: D5, 87 and B6. RGB value is (213,135,182). Sum of RGB (Red+Green+Blue) = 213+135+182=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D587B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587B6 is #2A7849. Grayscale: #A3A3A3. Windows color (decimal): -2783306 or 11962325. OLE color: 11962325.

HSL color Cylindrical-coordinate representation of color #D587B6: hue angle of 323.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587B6 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213135182-
CMYK00.370.150.16
HSL323.85º48.15%68.24%-
HSV(B)323.85º36.62%83.53%-
XYZ44.5534.8548.64-
YUV163.68138.34163.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=40.19%
G=25.47%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313518200.370.150.16323.8548.1568.24
HexD587B6025F101443044
Octal325207266045172050460104
Binary11010101100001111011011001001011111100001010001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587B6; }

 p { color: rgb(213,135,182); }

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

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

 a { background-color: rgb(213,135,182); }

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

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

 span { border-color: rgb(213,135,182); }

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