#DBA2BB

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

Shades of Shocking #DBA2BB

Tints of Shocking #DBA2BB

Color information

#DBA2BB (or 0xDBA2BB) is unknown color: approx Shocking. HEX triplet: DB, A2 and BB. RGB value is (219,162,187). Sum of RGB (Red+Green+Blue) = 219+162+187=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2BB is #245D44. Grayscale: #B5B5B5. Windows color (decimal): -2383173 or 12296923. OLE color: 12296923.

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

Color convert

RGB219162187-
CMYK00.260.150.14
HSL333.68º44.19%74.71%-
HSV(B)333.68º26.03%85.88%-
XYZ51.144.4952.91-
YUV181.89130.88154.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=38.56%
G=28.52%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916218700.260.150.14333.6844.1974.71
HexDBA2BB01AFE14e2c4b
Octal333242273032171651654113
Binary110110111010001010111011011010111111101010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2BB; }

 p { color: rgb(219,162,187); }

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

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

 a { background-color: rgb(219,162,187); }

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

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

 span { border-color: rgb(219,162,187); }

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