Html Css Color HEX #DBA7D7 Plum

📋 copy color: '#DBA7D7'

red 219 ◦ green 167 ◦ blue 215

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

Shades of Plum #DBA7D7

Tints of Plum #DBA7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 36.44%
G = 27.79%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBA7D7 (or 0xDBA7D7) is known color: Plum. HEX triplet: DB, A7 and D7. RGB value is (219,167,215). Sum of RGB (Red+Green+Blue) = 219+167+215=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7D7 is #245828. Grayscale: #BBBBBB. Windows color (decimal): -2381865 or 14133211. OLE color: 14133211.

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

Color convert

RGB 219 167 215 -
CMYK 0 0.24 0.02 0.14
HSL 304.62º 0.42% 0.76% -
HSV(B) 304.62º 0.24% 0.86% -
XYZ 55.3 47.6 70.56 -
YUV 188.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 219 167 215 0 0.24 0.02 0.14 304.62 0.42 0.76
Hex DB A7 D7 0 18 2 E 131 2A 4C
Octal 333 247 327 0 30 2 16 461 52 114
Binary 11011011 10100111 11010111 0 11000 10 1110 100110001 101010 1001100

Color Harmonies of #DBA7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7D7

Black with #DBA7D7

Text Example


Text Example

White with #DBA7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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