#DBA2BD

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

Shades of Shocking #DBA2BD

Tints of Shocking #DBA2BD

Color information

#DBA2BD (or 0xDBA2BD) is unknown color: approx Shocking. HEX triplet: DB, A2 and BD. RGB value is (219,162,189). Sum of RGB (Red+Green+Blue) = 219+162+189=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2BD is #245D42. Grayscale: #B6B6B6. Windows color (decimal): -2383171 or 12427995. OLE color: 12427995.

HSL color Cylindrical-coordinate representation of color #DBA2BD: hue angle of 331.58º 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 #DBA2BD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219162189-
CMYK00.260.140.14
HSL331.58º44.19%74.71%-
HSV(B)331.58º26.03%85.88%-
XYZ51.3244.5754.04-
YUV182.12131.88154.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=38.42%
G=28.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916218900.260.140.14331.5844.1974.71
HexDBA2BD01AEE14c2c4b
Octal333242275032161651454113
Binary110110111010001010111101011010111011101010011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2BD; }

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

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

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

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

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

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

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

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