#DBA5BD

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

Shades of Shocking #DBA5BD

Tints of Shocking #DBA5BD

Color information

#DBA5BD (or 0xDBA5BD) is unknown color: approx Shocking. HEX triplet: DB, A5 and BD. RGB value is (219,165,189). Sum of RGB (Red+Green+Blue) = 219+165+189=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5BD is #245A42. Grayscale: #B7B7B7. Windows color (decimal): -2382403 or 12428763. OLE color: 12428763.

HSL color Cylindrical-coordinate representation of color #DBA5BD: hue angle of 333.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5BD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219165189-
CMYK00.250.140.14
HSL333.33º42.86%75.29%-
HSV(B)333.33º24.66%85.88%-
XYZ51.8545.6454.22-
YUV183.88130.89153.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 165 (64.84% from 255) = 28.80%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=38.22%
G=28.80%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916518900.250.140.14333.3342.8675.29
HexDBA5BD019EE14d2b4b
Octal333245275031161651553113
Binary110110111010010110111101011001111011101010011011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5BD; }

 p { color: rgb(219,165,189); }

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

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

 a { background-color: rgb(219,165,189); }

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

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

 span { border-color: rgb(219,165,189); }

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