Html Css Color HEX #DBA0E0 Plum

📋 copy color: '#DBA0E0'

red 219 ◦ green 160 ◦ blue 224

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

Shades of Plum #DBA0E0

Tints of Plum #DBA0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 36.32%
G = 26.53%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBA0E0 (or 0xDBA0E0) is known color: Plum. HEX triplet: DB, A0 and E0. RGB value is (219,160,224). Sum of RGB (Red+Green+Blue) = 219+160+224=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0E0 is #245F1F. Grayscale: #B8B8B8. Windows color (decimal): -2383648 or 14721243. OLE color: 14721243.

HSL color Cylindrical-coordinate representation of color #DBA0E0: hue angle of 295.31º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA0E0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 160 224 -
CMYK 0.02 0.29 0 0.12
HSL 295.31º 0.51% 0.75% -
HSV(B) 295.31º 0.29% 0.88% -
XYZ 55.24 45.58 76.41 -
YUV 184.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 219 160 224 0.02 0.29 0 0.12 295.31 0.51 0.75
Hex DB A0 E0 2 1D 0 C 127 33 4B
Octal 333 240 340 2 35 0 14 447 63 113
Binary 11011011 10100000 11100000 10 11101 0 1100 100100111 110011 1001011

Color Harmonies of #DBA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0E0

Black with #DBA0E0

Text Example


Text Example

White with #DBA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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