#DBA0C4

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

Shades of Shocking #DBA0C4

Tints of Shocking #DBA0C4

Color information

#DBA0C4 (or 0xDBA0C4) is unknown color: approx Shocking. HEX triplet: DB, A0 and C4. RGB value is (219,160,196). Sum of RGB (Red+Green+Blue) = 219+160+196=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0C4 is #245F3B. Grayscale: #B5B5B5. Windows color (decimal): -2383676 or 12886235. OLE color: 12886235.

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

Color convert

RGB219160196-
CMYK00.270.110.14
HSL323.39º45.04%74.31%-
HSV(B)323.39º26.94%85.88%-
XYZ51.7544.1958.03-
YUV181.74136.05154.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=38.09%
G=27.83%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916019600.270.110.14323.3945.0474.31
HexDBA0C401BBE1432d4a
Octal333240304033131650355112
Binary110110111010000011000100011011101111101010000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0C4; }

 p { color: rgb(219,160,196); }

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

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

 a { background-color: rgb(219,160,196); }

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

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

 span { border-color: rgb(219,160,196); }

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