#DB8ABE

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

Shades of Shocking #DB8ABE

Tints of Shocking #DB8ABE

Color information

#DB8ABE (or 0xDB8ABE) is unknown color: approx Shocking. HEX triplet: DB, 8A and BE. RGB value is (219,138,190). Sum of RGB (Red+Green+Blue) = 219+138+190=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ABE is #247541. Grayscale: #A8A8A8. Windows color (decimal): -2389314 or 12487387. OLE color: 12487387.

HSL color Cylindrical-coordinate representation of color #DB8ABE: hue angle of 321.48º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8ABE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219138190-
CMYK00.370.130.14
HSL321.48º52.94%70%-
HSV(B)321.48º36.99%85.88%-
XYZ47.636.9553.34-
YUV168.15140.34164.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=40.04%
G=25.23%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913819000.370.130.14321.4852.9470
HexDB8ABE025DE1413546
Octal333212276045151650165106
Binary1101101110001010101111100100101110111101010000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ABE; }

 p { color: rgb(219,138,190); }

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

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

 a { background-color: rgb(219,138,190); }

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

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

 span { border-color: rgb(219,138,190); }

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