#DBA7BD

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

Shades of Shocking #DBA7BD

Tints of Shocking #DBA7BD

Color information

#DBA7BD (or 0xDBA7BD) is unknown color: approx Shocking. HEX triplet: DB, A7 and BD. RGB value is (219,167,189). Sum of RGB (Red+Green+Blue) = 219+167+189=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7BD is #245842. Grayscale: #B9B9B9. Windows color (decimal): -2381891 or 12429275. OLE color: 12429275.

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

Color convert

RGB219167189-
CMYK00.240.140.14
HSL334.62º41.94%75.69%-
HSV(B)334.62º23.74%85.88%-
XYZ52.2246.3754.34-
YUV185.06130.23152.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=38.09%
G=29.04%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916718900.240.140.14334.6241.9475.69
HexDBA7BD018EE14f2a4c
Octal333247275030161651752114
Binary110110111010011110111101011000111011101010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7BD; }

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

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

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

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

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

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

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

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