#DBA1CD

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

Shades of Plum #DBA1CD

Tints of Plum #DBA1CD

Color information

#DBA1CD (or 0xDBA1CD) is unknown color: approx Plum. HEX triplet: DB, A1 and CD. RGB value is (219,161,205). Sum of RGB (Red+Green+Blue) = 219+161+205=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CD is #245E32. Grayscale: #B7B7B7. Windows color (decimal): -2383411 or 13476315. OLE color: 13476315.

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

Color convert

RGB219161205-
CMYK00.260.060.14
HSL314.48º44.62%74.51%-
HSV(B)314.48º26.48%85.88%-
XYZ52.9844.9663.64-
YUV183.36140.22153.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=37.44%
G=27.52%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916120500.260.060.14314.4844.6274.51
HexDBA1CD01A6E13a2d4b
Octal33324131503261647255113
Binary11011011101000011100110101101011011101001110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1CD; }

 p { color: rgb(219,161,205); }

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

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

 a { background-color: rgb(219,161,205); }

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

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

 span { border-color: rgb(219,161,205); }

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