Html Css Color HEX #DBA5D9 Plum

📋 copy color: '#DBA5D9'

red 219 ◦ green 165 ◦ blue 217

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

Shades of Plum #DBA5D9

Tints of Plum #DBA5D9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.45%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 36.44%
G = 27.45%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBA5D9 (or 0xDBA5D9) is known color: Plum. HEX triplet: DB, A5 and D9. RGB value is (219,165,217). Sum of RGB (Red+Green+Blue) = 219+165+217=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D9 is #245A26. Grayscale: #BABABA. Windows color (decimal): -2382375 or 14263771. OLE color: 14263771.

HSL color Cylindrical-coordinate representation of color #DBA5D9: hue angle of 302.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5D9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 217 -
CMYK 0 0.25 0.01 0.14
HSL 302.22º 0.43% 0.75% -
HSV(B) 302.22º 0.25% 0.86% -
XYZ 55.19 46.98 71.8 -
YUV 187.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 219 165 217 0 0.25 0.01 0.14 302.22 0.43 0.75
Hex DB A5 D9 0 19 1 E 12E 2B 4B
Octal 333 245 331 0 31 1 16 456 53 113
Binary 11011011 10100101 11011001 0 11001 1 1110 100101110 101011 1001011

Color Harmonies of #DBA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5D9

Black with #DBA5D9

Text Example


Text Example

White with #DBA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5D9; }

 p { color: rgb(219,165,217); }

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

background-color css

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

 a { background-color: rgb(219,165,217); }

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

border-color css

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

 span { border-color: rgb(219,165,217); }

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