Html Css Color HEX #DBA6DC Plum

📋 copy color: '#DBA6DC'

red 219 ◦ green 166 ◦ blue 220

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

Shades of Plum #DBA6DC

Tints of Plum #DBA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 36.2%
G = 27.44%
B = 36.36%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBA6DC (or 0xDBA6DC) is known color: Plum. HEX triplet: DB, A6 and DC. RGB value is (219,166,220). Sum of RGB (Red+Green+Blue) = 219+166+220=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DC is #245923. Grayscale: #BBBBBB. Windows color (decimal): -2382116 or 14460635. OLE color: 14460635.

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

Color convert

RGB 219 166 220 -
CMYK 0.00 0.25 0 0.14
HSL 298.89º 0.44% 0.76% -
HSV(B) 298.89º 0.25% 0.86% -
XYZ 55.77 47.5 73.94 -
YUV 188 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 219 166 220 0.00 0.25 0 0.14 298.89 0.44 0.76
Hex DB A6 DC 0 19 0 E 12B 2C 4C
Octal 333 246 334 0 31 0 16 453 54 114
Binary 11011011 10100110 11011100 0 11001 0 1110 100101011 101100 1001100

Color Harmonies of #DBA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6DC

Black with #DBA6DC

Text Example


Text Example

White with #DBA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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