#DBA0CE

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

Shades of Plum #DBA0CE

Tints of Plum #DBA0CE

Color information

#DBA0CE (or 0xDBA0CE) is unknown color: approx Plum. HEX triplet: DB, A0 and CE. RGB value is (219,160,206). Sum of RGB (Red+Green+Blue) = 219+160+206=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CE is #245F31. Grayscale: #B6B6B6. Windows color (decimal): -2383666 or 13541595. OLE color: 13541595.

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

Color convert

RGB219160206-
CMYK00.270.060.14
HSL313.22º45.04%74.31%-
HSV(B)313.22º26.94%85.88%-
XYZ52.9244.6664.22-
YUV182.88141.05153.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=37.44%
G=27.35%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916020600.270.060.14313.2245.0474.31
HexDBA0CE01B6E1392d4a
Octal33324031603361647155112
Binary11011011101000001100111001101111011101001110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0CE; }

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

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

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

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

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

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

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

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