Html Css Color HEX #DBA0EC Plum

📋 copy color: '#DBA0EC'

red 219 ◦ green 160 ◦ blue 236

#DBA0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DBA0EC

Tints of Plum #DBA0EC

RGB

 RED value IS 219 (85.94% from 255) = 35.61%

 GREEN value IS 160 (62.89% from 255) = 26.02%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 35.61%
G = 26.02%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBA0EC (or 0xDBA0EC) is known color: Plum. HEX triplet: DB, A0 and EC. RGB value is (219,160,236). Sum of RGB (Red+Green+Blue) = 219+160+236=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0EC is #245F13. Grayscale: #BABABA. Windows color (decimal): -2383636 or 15507675. OLE color: 15507675.

HSL color Cylindrical-coordinate representation of color #DBA0EC: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA0EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 160 236 -
CMYK 0.07 0.32 0 0.07
HSL 286.58º 0.67% 0.78% -
HSV(B) 286.58º 0.32% 0.93% -
XYZ 56.92 46.26 85.29 -
YUV 186.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 219 160 236 0.07 0.32 0 0.07 286.58 0.67 0.78
Hex DB A0 EC 7 20 0 7 11F 43 4E
Octal 333 240 354 7 40 0 7 437 103 116
Binary 11011011 10100000 11101100 111 100000 0 111 100011111 1000011 1001110

Color Harmonies of #DBA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0EC

Black with #DBA0EC

Text Example


Text Example

White with #DBA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0EC; }

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

 H1.HeaderClassName
 {
   color: #DBA0EC;
 }
 .AnyTagClassName
 {
   color: #DBA0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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