#DBA0C0

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

Shades of Shocking #DBA0C0

Tints of Shocking #DBA0C0

Color information

#DBA0C0 (or 0xDBA0C0) is unknown color: approx Shocking. HEX triplet: DB, A0 and C0. RGB value is (219,160,192). Sum of RGB (Red+Green+Blue) = 219+160+192=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0C0 is #245F3F. Grayscale: #B5B5B5. Windows color (decimal): -2383680 or 12624091. OLE color: 12624091.

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

Color convert

RGB219160192-
CMYK00.270.120.14
HSL327.46º45.04%74.31%-
HSV(B)327.46º26.94%85.88%-
XYZ51.344.0155.66-
YUV181.29134.05154.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=38.35%
G=28.02%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916019200.270.120.14327.4645.0474.31
HexDBA0C001BCE1472d4a
Octal333240300033141650755112
Binary110110111010000011000000011011110011101010001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0C0; }

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

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

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

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

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

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

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

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