#DBA7E7

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

Shades of Plum #DBA7E7

Tints of Plum #DBA7E7

Color information

#DBA7E7 (or 0xDBA7E7) is unknown color: approx Plum. HEX triplet: DB, A7 and E7. RGB value is (219,167,231). Sum of RGB (Red+Green+Blue) = 219+167+231=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7E7 is #245818. Grayscale: #BDBDBD. Windows color (decimal): -2381849 or 15181787. OLE color: 15181787.

HSL color Cylindrical-coordinate representation of color #DBA7E7: hue angle of 288.75º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA7E7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219167231-
CMYK0.050.2800.09
HSL288.75º57.14%78.04%-
HSV(B)288.75º27.71%90.59%-
XYZ57.4648.4781.93-
YUV189.84151.23148.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=35.49%
G=27.07%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191672310.050.2800.09288.7557.1478.04
HexDBA7E751C09121394e
Octal33324734753401144171116
Binary11011011101001111110011110111100010011001000011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7E7; }

 p { color: rgb(219,167,231); }

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

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

 a { background-color: rgb(219,167,231); }

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

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

 span { border-color: rgb(219,167,231); }

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