#DBA3B7

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

Shades of Shocking #DBA3B7

Tints of Shocking #DBA3B7

Color information

#DBA3B7 (or 0xDBA3B7) is unknown color: approx Shocking. HEX triplet: DB, A3 and B7. RGB value is (219,163,183). Sum of RGB (Red+Green+Blue) = 219+163+183=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3B7 is #245C48. Grayscale: #B6B6B6. Windows color (decimal): -2382921 or 12035035. OLE color: 12035035.

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

Color convert

RGB219163183-
CMYK00.260.160.14
HSL338.57º43.75%74.9%-
HSV(B)338.57º25.57%85.88%-
XYZ50.8644.6750.74-
YUV182.02128.55154.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=38.76%
G=28.85%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916318300.260.160.14338.5743.7574.9
HexDBA3B701A10E1532c4b
Octal333243267032201652354113
Binary1101101110100011101101110110101000011101010100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3B7; }

 p { color: rgb(219,163,183); }

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

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

 a { background-color: rgb(219,163,183); }

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

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

 span { border-color: rgb(219,163,183); }

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