Html Css Color HEX #DBA7D9 Plum

📋 copy color: '#DBA7D9'

red 219 ◦ green 167 ◦ blue 217

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

Shades of Plum #DBA7D9

Tints of Plum #DBA7D9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.69%

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

R = 36.32%
G = 27.69%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBA7D9 (or 0xDBA7D9) is known color: Plum. HEX triplet: DB, A7 and D9. RGB value is (219,167,217). Sum of RGB (Red+Green+Blue) = 219+167+217=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7D9 is #245826. Grayscale: #BCBCBC. Windows color (decimal): -2381863 or 14264283. OLE color: 14264283.

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

Color convert

RGB 219 167 217 -
CMYK 0 0.24 0.01 0.14
HSL 302.31º 0.42% 0.76% -
HSV(B) 302.31º 0.24% 0.86% -
XYZ 55.56 47.71 71.93 -
YUV 188.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 219 167 217 0 0.24 0.01 0.14 302.31 0.42 0.76
Hex DB A7 D9 0 18 1 E 12E 2A 4C
Octal 333 247 331 0 30 1 16 456 52 114
Binary 11011011 10100111 11011001 0 11000 1 1110 100101110 101010 1001100

Color Harmonies of #DBA7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7D9

Black with #DBA7D9

Text Example


Text Example

White with #DBA7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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