Html Css Color HEX #DBA1E7 Plum

📋 copy color: '#DBA1E7'

red 219 ◦ green 161 ◦ blue 231

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

Shades of Plum #DBA1E7

Tints of Plum #DBA1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.81%

R = 35.84%
G = 26.35%
B = 37.81%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBA1E7 (or 0xDBA1E7) is known color: Plum. HEX triplet: DB, A1 and E7. RGB value is (219,161,231). Sum of RGB (Red+Green+Blue) = 219+161+231=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E7 is #245E18. Grayscale: #BABABA. Windows color (decimal): -2383385 or 15180251. OLE color: 15180251.

HSL color Cylindrical-coordinate representation of color #DBA1E7: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA1E7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 161 231 -
CMYK 0.05 0.30 0 0.09
HSL 289.71º 0.59% 0.77% -
HSV(B) 289.71º 0.3% 0.91% -
XYZ 56.38 46.32 81.57 -
YUV 186.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 219 161 231 0.05 0.30 0 0.09 289.71 0.59 0.77
Hex DB A1 E7 5 1E 0 9 122 3B 4D
Octal 333 241 347 5 36 0 11 442 73 115
Binary 11011011 10100001 11100111 101 11110 0 1001 100100010 111011 1001101

Color Harmonies of #DBA1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1E7

Black with #DBA1E7

Text Example


Text Example

White with #DBA1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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