#D588BB

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

Shades of Shocking #D588BB

Tints of Shocking #D588BB

Color information

#D588BB (or 0xD588BB) is unknown color: approx Shocking. HEX triplet: D5, 88 and BB. RGB value is (213,136,187). Sum of RGB (Red+Green+Blue) = 213+136+187=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D588BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588BB is #2A7744. Grayscale: #A4A4A4. Windows color (decimal): -2783045 or 12290261. OLE color: 12290261.

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

Color convert

RGB213136187-
CMYK00.360.120.16
HSL320.26º47.83%68.43%-
HSV(B)320.26º36.15%83.53%-
XYZ45.2135.3451.45-
YUV164.84140.51162.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=39.74%
G=25.37%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313618700.360.120.16320.2647.8368.43
HexD588BB024C101403044
Octal325210273044142050060104
Binary11010101100010001011101101001001100100001010000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588BB; }

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

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

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

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

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

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

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

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