#DBA6B9

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

Shades of Shocking #DBA6B9

Tints of Shocking #DBA6B9

Color information

#DBA6B9 (or 0xDBA6B9) is unknown color: approx Shocking. HEX triplet: DB, A6 and B9. RGB value is (219,166,185). Sum of RGB (Red+Green+Blue) = 219+166+185=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B9 is #245946. Grayscale: #B7B7B7. Windows color (decimal): -2382151 or 12166875. OLE color: 12166875.

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

Color convert

RGB219166185-
CMYK00.240.160.14
HSL338.49º42.4%75.49%-
HSV(B)338.49º24.2%85.88%-
XYZ51.6145.8452.03-
YUV184.01128.56152.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=38.42%
G=29.12%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916618500.240.160.14338.4942.475.49
HexDBA6B901810E1522a4b
Octal333246271030201652252113
Binary1101101110100110101110010110001000011101010100101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B9; }

 p { color: rgb(219,166,185); }

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

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

 a { background-color: rgb(219,166,185); }

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

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

 span { border-color: rgb(219,166,185); }

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