#DBA5B9

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

Shades of Shocking #DBA5B9

Tints of Shocking #DBA5B9

Color information

#DBA5B9 (or 0xDBA5B9) is unknown color: approx Shocking. HEX triplet: DB, A5 and B9. RGB value is (219,165,185). Sum of RGB (Red+Green+Blue) = 219+165+185=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5B9 is #245A46. Grayscale: #B7B7B7. Windows color (decimal): -2382407 or 12166619. OLE color: 12166619.

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

Color convert

RGB219165185-
CMYK00.250.160.14
HSL337.78º42.86%75.29%-
HSV(B)337.78º24.66%85.88%-
XYZ51.4345.4751.97-
YUV183.43128.89153.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=38.49%
G=29.00%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916518500.250.160.14337.7842.8675.29
HexDBA5B901910E1522b4b
Octal333245271031201652253113
Binary1101101110100101101110010110011000011101010100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5B9; }

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

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

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

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

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

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

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

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