#DBA9C2

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

Shades of Shocking #DBA9C2

Tints of Shocking #DBA9C2

Color information

#DBA9C2 (or 0xDBA9C2) is unknown color: approx Shocking. HEX triplet: DB, A9 and C2. RGB value is (219,169,194). Sum of RGB (Red+Green+Blue) = 219+169+194=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9C2 is #24563D. Grayscale: #BABABA. Windows color (decimal): -2381374 or 12757467. OLE color: 12757467.

HSL color Cylindrical-coordinate representation of color #DBA9C2: hue angle of 330º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9C2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219169194-
CMYK00.230.110.14
HSL330º40.98%76.08%-
HSV(B)330º22.83%85.88%-
XYZ53.1447.3357.37-
YUV186.8132.06150.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=37.63%
G=29.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916919400.230.110.1433040.9876.08
HexDBA9C2017BE14a294c
Octal333251302027131651251114
Binary110110111010100111000010010111101111101010010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9C2; }

 p { color: rgb(219,169,194); }

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

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

 a { background-color: rgb(219,169,194); }

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

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

 span { border-color: rgb(219,169,194); }

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