Html Css Color HEX #DBA9EA Plum

📋 copy color: '#DBA9EA'

red 219 ◦ green 169 ◦ blue 234

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

Shades of Plum #DBA9EA

Tints of Plum #DBA9EA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.17%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 35.21%
G = 27.17%
B = 37.62%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBA9EA (or 0xDBA9EA) is known color: Plum. HEX triplet: DB, A9 and EA. RGB value is (219,169,234). Sum of RGB (Red+Green+Blue) = 219+169+234=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9EA is #245615. Grayscale: #BFBFBF. Windows color (decimal): -2381334 or 15378907. OLE color: 15378907.

HSL color Cylindrical-coordinate representation of color #DBA9EA: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA9EA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 169 234 -
CMYK 0.06 0.28 0 0.08
HSL 286.15º 0.61% 0.79% -
HSV(B) 286.15º 0.28% 0.92% -
XYZ 58.25 49.38 84.3 -
YUV 191.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 219 169 234 0.06 0.28 0 0.08 286.15 0.61 0.79
Hex DB A9 EA 6 1C 0 8 11E 3D 4F
Octal 333 251 352 6 34 0 10 436 75 117
Binary 11011011 10101001 11101010 110 11100 0 1000 100011110 111101 1001111

Color Harmonies of #DBA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9EA

Black with #DBA9EA

Text Example


Text Example

White with #DBA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9EA; }

 p { color: rgb(219,169,234); }

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

background-color css

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

 a { background-color: rgb(219,169,234); }

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

border-color css

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

 span { border-color: rgb(219,169,234); }

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