#D588B8

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

Shades of Shocking #D588B8

Tints of Shocking #D588B8

Color information

#D588B8 (or 0xD588B8) is unknown color: approx Shocking. HEX triplet: D5, 88 and B8. RGB value is (213,136,184). Sum of RGB (Red+Green+Blue) = 213+136+184=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D588B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588B8 is #2A7747. Grayscale: #A4A4A4. Windows color (decimal): -2783048 or 12093653. OLE color: 12093653.

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

Color convert

RGB213136184-
CMYK00.360.140.16
HSL322.6º47.83%68.43%-
HSV(B)322.6º36.15%83.53%-
XYZ44.935.2249.78-
YUV164.5139.01162.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=39.96%
G=25.52%
B=34.52%

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
Decimal21313618400.360.140.16322.647.8368.43
HexD588B8024E101433044
Octal325210270044162050360104
Binary11010101100010001011100001001001110100001010000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588B8; }

 p { color: rgb(213,136,184); }

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

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

 a { background-color: rgb(213,136,184); }

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

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

 span { border-color: rgb(213,136,184); }

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