Html Css Color HEX #DBA9E9 Plum

📋 copy color: '#DBA9E9'

red 219 ◦ green 169 ◦ blue 233

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

Shades of Plum #DBA9E9

Tints of Plum #DBA9E9

RGB

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

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

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

R = 35.27%
G = 27.21%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBA9E9 (or 0xDBA9E9) is known color: Plum. HEX triplet: DB, A9 and E9. RGB value is (219,169,233). Sum of RGB (Red+Green+Blue) = 219+169+233=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9E9 is #245616. Grayscale: #BFBFBF. Windows color (decimal): -2381335 or 15313371. OLE color: 15313371.

HSL color Cylindrical-coordinate representation of color #DBA9E9: hue angle of 286.88º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA9E9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 169 233 -
CMYK 0.06 0.27 0 0.09
HSL 286.88º 0.59% 0.79% -
HSV(B) 286.88º 0.27% 0.91% -
XYZ 58.11 49.32 83.55 -
YUV 191.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 219 169 233 0.06 0.27 0 0.09 286.88 0.59 0.79
Hex DB A9 E9 6 1B 0 9 11F 3B 4F
Octal 333 251 351 6 33 0 11 437 73 117
Binary 11011011 10101001 11101001 110 11011 0 1001 100011111 111011 1001111

Color Harmonies of #DBA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9E9

Black with #DBA9E9

Text Example


Text Example

White with #DBA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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