Html Css Color HEX #DBA0E6 Plum

📋 copy color: '#DBA0E6'

red 219 ◦ green 160 ◦ blue 230

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

Shades of Plum #DBA0E6

Tints of Plum #DBA0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 35.96%
G = 26.27%
B = 37.77%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBA0E6 (or 0xDBA0E6) is known color: Plum. HEX triplet: DB, A0 and E6. RGB value is (219,160,230). Sum of RGB (Red+Green+Blue) = 219+160+230=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBA0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0E6 is #245F19. Grayscale: #B9B9B9. Windows color (decimal): -2383642 or 15114459. OLE color: 15114459.

HSL color Cylindrical-coordinate representation of color #DBA0E6: hue angle of 290.57º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA0E6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 160 230 -
CMYK 0.05 0.30 0 0.10
HSL 290.57º 0.58% 0.76% -
HSV(B) 290.57º 0.3% 0.9% -
XYZ 56.07 45.91 80.77 -
YUV 185.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 219 160 230 0.05 0.30 0 0.10 290.57 0.58 0.76
Hex DB A0 E6 5 1E 0 A 123 3A 4C
Octal 333 240 346 5 36 0 12 443 72 114
Binary 11011011 10100000 11100110 101 11110 0 1010 100100011 111010 1001100

Color Harmonies of #DBA0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0E6

Black with #DBA0E6

Text Example


Text Example

White with #DBA0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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