#D88AB5

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

Shades of Shocking #D88AB5

Tints of Shocking #D88AB5

Color information

#D88AB5 (or 0xD88AB5) is unknown color: approx Shocking. HEX triplet: D8, 8A and B5. RGB value is (216,138,181). Sum of RGB (Red+Green+Blue) = 216+138+181=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB5 is #27754A. Grayscale: #A6A6A6. Windows color (decimal): -2585931 or 11897560. OLE color: 11897560.

HSL color Cylindrical-coordinate representation of color #D88AB5: hue angle of 326.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AB5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216138181-
CMYK00.360.160.15
HSL326.92º50%69.41%-
HSV(B)326.92º36.11%84.71%-
XYZ45.7536.1148.28-
YUV166.22136.34163.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=40.37%
G=25.79%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613818100.360.160.15326.925069.41
HexD88AB502410F1473245
Octal330212265044201750762105
Binary11011000100010101011010101001001000011111010001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AB5; }

 p { color: rgb(216,138,181); }

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

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

 a { background-color: rgb(216,138,181); }

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

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

 span { border-color: rgb(216,138,181); }

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