#DBA4BB

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

Shades of Shocking #DBA4BB

Tints of Shocking #DBA4BB

Color information

#DBA4BB (or 0xDBA4BB) is unknown color: approx Shocking. HEX triplet: DB, A4 and BB. RGB value is (219,164,187). Sum of RGB (Red+Green+Blue) = 219+164+187=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4BB is #245B44. Grayscale: #B7B7B7. Windows color (decimal): -2382661 or 12297435. OLE color: 12297435.

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

Color convert

RGB219164187-
CMYK00.250.150.14
HSL334.91º43.31%75.1%-
HSV(B)334.91º25.11%85.88%-
XYZ51.4645.253.03-
YUV183.07130.22153.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=38.42%
G=28.77%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916418700.250.150.14334.9143.3175.1
HexDBA4BB019FE14f2b4b
Octal333244273031171651753113
Binary110110111010010010111011011001111111101010011111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4BB; }

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

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

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

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

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

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

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

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