#D88AC0

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

Shades of Shocking #D88AC0

Tints of Shocking #D88AC0

Color information

#D88AC0 (or 0xD88AC0) is unknown color: approx Shocking. HEX triplet: D8, 8A and C0. RGB value is (216,138,192). Sum of RGB (Red+Green+Blue) = 216+138+192=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AC0 is #27753F. Grayscale: #A7A7A7. Windows color (decimal): -2585920 or 12618456. OLE color: 12618456.

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

Color convert

RGB216138192-
CMYK00.360.110.15
HSL318.46º50%69.41%-
HSV(B)318.46º36.11%84.71%-
XYZ46.9236.5854.46-
YUV167.48141.84162.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=39.56%
G=25.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613819200.360.110.15318.465069.41
HexD88AC0024BF13e3245
Octal330212300044131747662105
Binary1101100010001010110000000100100101111111001111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AC0; }

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

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

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

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

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

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

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

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