Html Css Color HEX #DBA1E9 Plum

📋 copy color: '#DBA1E9'

red 219 ◦ green 161 ◦ blue 233

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

Shades of Plum #DBA1E9

Tints of Plum #DBA1E9

RGB

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

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

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

R = 35.73%
G = 26.26%
B = 38.01%

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

#DBA1E9 (or 0xDBA1E9) is known color: Plum. HEX triplet: DB, A1 and E9. RGB value is (219,161,233). Sum of RGB (Red+Green+Blue) = 219+161+233=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E9 is #245E16. Grayscale: #BABABA. Windows color (decimal): -2383383 or 15311323. OLE color: 15311323.

HSL color Cylindrical-coordinate representation of color #DBA1E9: hue angle of 288.33º 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 #DBA1E9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 161 233 -
CMYK 0.06 0.31 0 0.09
HSL 288.33º 0.62% 0.77% -
HSV(B) 288.33º 0.31% 0.91% -
XYZ 56.67 46.43 83.07 -
YUV 186.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 219 161 233 0.06 0.31 0 0.09 288.33 0.62 0.77
Hex DB A1 E9 6 1F 0 9 120 3E 4D
Octal 333 241 351 6 37 0 11 440 76 115
Binary 11011011 10100001 11101001 110 11111 0 1001 100100000 111110 1001101

Color Harmonies of #DBA1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1E9

Black with #DBA1E9

Text Example


Text Example

White with #DBA1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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