Html Css Color HEX #DBA6D5 Plum

📋 copy color: '#DBA6D5'

red 219 ◦ green 166 ◦ blue 213

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

Shades of Plum #DBA6D5

Tints of Plum #DBA6D5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.76%

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

R = 36.62%
G = 27.76%
B = 35.62%

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

#DBA6D5 (or 0xDBA6D5) is known color: Plum. HEX triplet: DB, A6 and D5. RGB value is (219,166,213). Sum of RGB (Red+Green+Blue) = 219+166+213=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D5 is #24592A. Grayscale: #BBBBBB. Windows color (decimal): -2382123 or 14001883. OLE color: 14001883.

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

Color convert

RGB 219 166 213 -
CMYK 0 0.24 0.03 0.14
HSL 306.79º 0.42% 0.75% -
HSV(B) 306.79º 0.24% 0.86% -
XYZ 54.86 47.14 69.16 -
YUV 187.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 219 166 213 0 0.24 0.03 0.14 306.79 0.42 0.75
Hex DB A6 D5 0 18 3 E 133 2A 4B
Octal 333 246 325 0 30 3 16 463 52 113
Binary 11011011 10100110 11010101 0 11000 11 1110 100110011 101010 1001011

Color Harmonies of #DBA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6D5

Black with #DBA6D5

Text Example


Text Example

White with #DBA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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