Html Css Color HEX #DBA1E6 Plum

📋 copy color: '#DBA1E6'

red 219 ◦ green 161 ◦ blue 230

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

Shades of Plum #DBA1E6

Tints of Plum #DBA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.39%

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

R = 35.9%
G = 26.39%
B = 37.7%

CMYK

 C value IS 0.05

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBA1E6 (or 0xDBA1E6) is known color: Plum. HEX triplet: DB, A1 and E6. RGB value is (219,161,230). Sum of RGB (Red+Green+Blue) = 219+161+230=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E6 is #245E19. Grayscale: #B9B9B9. Windows color (decimal): -2383386 or 15114715. OLE color: 15114715.

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

Color convert

RGB 219 161 230 -
CMYK 0.05 0.3 0 0.10
HSL 290.43º 0.58% 0.77% -
HSV(B) 290.43º 0.3% 0.9% -
XYZ 56.24 46.26 80.83 -
YUV 186.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 219 161 230 0.05 0.3 0 0.10 290.43 0.58 0.77
Hex DB A1 E6 5 1E 0 A 122 3A 4D
Octal 333 241 346 5 36 0 12 442 72 115
Binary 11011011 10100001 11100110 101 11110 0 1010 100100010 111010 1001101

Color Harmonies of #DBA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1E6

Black with #DBA1E6

Text Example


Text Example

White with #DBA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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