Html Css Color HEX #DBA1E5 Plum

📋 copy color: '#DBA1E5'

red 219 ◦ green 161 ◦ blue 229

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

Shades of Plum #DBA1E5

Tints of Plum #DBA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 35.96%
G = 26.44%
B = 37.6%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBA1E5 (or 0xDBA1E5) is known color: Plum. HEX triplet: DB, A1 and E5. RGB value is (219,161,229). Sum of RGB (Red+Green+Blue) = 219+161+229=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1E5 is #245E1A. Grayscale: #B9B9B9. Windows color (decimal): -2383387 or 15049179. OLE color: 15049179.

HSL color Cylindrical-coordinate representation of color #DBA1E5: hue angle of 291.18º degrees, saturation: 0.57, 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 #DBA1E5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 161 229 -
CMYK 0.04 0.30 0 0.10
HSL 291.18º 0.57% 0.76% -
HSV(B) 291.18º 0.3% 0.9% -
XYZ 56.1 46.21 80.09 -
YUV 186.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 219 161 229 0.04 0.30 0 0.10 291.18 0.57 0.76
Hex DB A1 E5 4 1E 0 A 123 39 4C
Octal 333 241 345 4 36 0 12 443 71 114
Binary 11011011 10100001 11100101 100 11110 0 1010 100100011 111001 1001100

Color Harmonies of #DBA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1E5

Black with #DBA1E5

Text Example


Text Example

White with #DBA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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