Html Css Color HEX #DBA7D5 Plum

📋 copy color: '#DBA7D5'

red 219 ◦ green 167 ◦ blue 213

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

Shades of Plum #DBA7D5

Tints of Plum #DBA7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 36.56%
G = 27.88%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA7D5 (or 0xDBA7D5) is known color: Plum. HEX triplet: DB, A7 and D5. RGB value is (219,167,213). Sum of RGB (Red+Green+Blue) = 219+167+213=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7D5 is #24582A. Grayscale: #BBBBBB. Windows color (decimal): -2381867 or 14002139. OLE color: 14002139.

HSL color Cylindrical-coordinate representation of color #DBA7D5: hue angle of 306.92º 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 #DBA7D5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 213 -
CMYK 0 0.24 0.03 0.14
HSL 306.92º 0.42% 0.76% -
HSV(B) 306.92º 0.24% 0.86% -
XYZ 55.04 47.5 69.22 -
YUV 187.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 219 167 213 0 0.24 0.03 0.14 306.92 0.42 0.76
Hex DB A7 D5 0 18 3 E 133 2A 4C
Octal 333 247 325 0 30 3 16 463 52 114
Binary 11011011 10100111 11010101 0 11000 11 1110 100110011 101010 1001100

Color Harmonies of #DBA7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7D5

Black with #DBA7D5

Text Example


Text Example

White with #DBA7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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