Html Css Color HEX #DBA0E9 Plum

📋 copy color: '#DBA0E9'

red 219 ◦ green 160 ◦ blue 233

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

Shades of Plum #DBA0E9

Tints of Plum #DBA0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 35.78%
G = 26.14%
B = 38.07%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBA0E9 (or 0xDBA0E9) is known color: Plum. HEX triplet: DB, A0 and E9. RGB value is (219,160,233). Sum of RGB (Red+Green+Blue) = 219+160+233=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0E9 is #245F16. Grayscale: #B9B9B9. Windows color (decimal): -2383639 or 15311067. OLE color: 15311067.

HSL color Cylindrical-coordinate representation of color #DBA0E9: hue angle of 288.49º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA0E9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 160 233 -
CMYK 0.06 0.31 0 0.09
HSL 288.49º 0.62% 0.77% -
HSV(B) 288.49º 0.31% 0.91% -
XYZ 56.49 46.08 83.01 -
YUV 185.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 219 160 233 0.06 0.31 0 0.09 288.49 0.62 0.77
Hex DB A0 E9 6 1F 0 9 120 3E 4D
Octal 333 240 351 6 37 0 11 440 76 115
Binary 11011011 10100000 11101001 110 11111 0 1001 100100000 111110 1001101

Color Harmonies of #DBA0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0E9

Black with #DBA0E9

Text Example


Text Example

White with #DBA0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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