#DB8CBA

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

Shades of Shocking #DB8CBA

Tints of Shocking #DB8CBA

Color information

#DB8CBA (or 0xDB8CBA) is unknown color: approx Shocking. HEX triplet: DB, 8C and BA. RGB value is (219,140,186). Sum of RGB (Red+Green+Blue) = 219+140+186=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CBA is #247345. Grayscale: #A8A8A8. Windows color (decimal): -2388806 or 12225755. OLE color: 12225755.

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

Color convert

RGB219140186-
CMYK00.360.150.14
HSL325.06º52.32%70.39%-
HSV(B)325.06º36.07%85.88%-
XYZ47.4537.3651.16-
YUV168.86137.67163.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=40.18%
G=25.69%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914018600.360.150.14325.0652.3270.39
HexDB8CBA024FE1453446
Octal333214272044171650564106
Binary1101101110001100101110100100100111111101010001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8CBA; }

 p { color: rgb(219,140,186); }

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

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

 a { background-color: rgb(219,140,186); }

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

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

 span { border-color: rgb(219,140,186); }

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