#D88ABF

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

Shades of Shocking #D88ABF

Tints of Shocking #D88ABF

Color information

#D88ABF (or 0xD88ABF) is unknown color: approx Shocking. HEX triplet: D8, 8A and BF. RGB value is (216,138,191). Sum of RGB (Red+Green+Blue) = 216+138+191=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ABF is #277540. Grayscale: #A7A7A7. Windows color (decimal): -2585921 or 12552920. OLE color: 12552920.

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

Color convert

RGB216138191-
CMYK00.360.120.15
HSL319.23º50%69.41%-
HSV(B)319.23º36.11%84.71%-
XYZ46.8136.5453.88-
YUV167.36141.34162.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 191 (75% from 255) = 35.05%
R=39.63%
G=25.32%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613819100.360.120.15319.235069.41
HexD88ABF024CF13f3245
Octal330212277044141747762105
Binary1101100010001010101111110100100110011111001111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ABF; }

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

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

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

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

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

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

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

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