#D88AB7

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

Shades of Shocking #D88AB7

Tints of Shocking #D88AB7

Color information

#D88AB7 (or 0xD88AB7) is unknown color: approx Shocking. HEX triplet: D8, 8A and B7. RGB value is (216,138,183). Sum of RGB (Red+Green+Blue) = 216+138+183=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB7 is #277548. Grayscale: #A6A6A6. Windows color (decimal): -2585929 or 12028632. OLE color: 12028632.

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

Color convert

RGB216138183-
CMYK00.360.150.15
HSL325.38º50%69.41%-
HSV(B)325.38º36.11%84.71%-
XYZ45.9536.1949.36-
YUV166.45137.34163.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=40.22%
G=25.70%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613818300.360.150.15325.385069.41
HexD88AB7024FF1453245
Octal330212267044171750562105
Binary1101100010001010101101110100100111111111010001011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AB7; }

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

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

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

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

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

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

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

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