#D88ABD

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

Shades of Shocking #D88ABD

Tints of Shocking #D88ABD

Color information

#D88ABD (or 0xD88ABD) is unknown color: approx Shocking. HEX triplet: D8, 8A and BD. RGB value is (216,138,189). Sum of RGB (Red+Green+Blue) = 216+138+189=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ABD is #277542. Grayscale: #A7A7A7. Windows color (decimal): -2585923 or 12421848. OLE color: 12421848.

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

Color convert

RGB216138189-
CMYK00.360.120.15
HSL320.77º50%69.41%-
HSV(B)320.77º36.11%84.71%-
XYZ46.5936.4552.72-
YUV167.14140.34162.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=39.78%
G=25.41%
B=34.81%

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
Decimal21613818900.360.120.15320.775069.41
HexD88ABD024CF1413245
Octal330212275044141750162105
Binary1101100010001010101111010100100110011111010000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ABD; }

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

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

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

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

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

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

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

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