Html Css Color HEX #DBA6DB Plum

📋 copy color: '#DBA6DB'

red 219 ◦ green 166 ◦ blue 219

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

Shades of Plum #DBA6DB

Tints of Plum #DBA6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 36.26%
G = 27.48%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBA6DB (or 0xDBA6DB) is known color: Plum. HEX triplet: DB, A6 and DB. RGB value is (219,166,219). Sum of RGB (Red+Green+Blue) = 219+166+219=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DB is #245924. Grayscale: #BBBBBB. Windows color (decimal): -2382117 or 14395099. OLE color: 14395099.

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

Color convert

RGB 219 166 219 -
CMYK 0 0.24 0 0.14
HSL 300º 0.42% 0.75% -
HSV(B) 300º 0.24% 0.86% -
XYZ 55.64 47.45 73.24 -
YUV 187.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 219 166 219 0 0.24 0 0.14 300 0.42 0.75
Hex DB A6 DB 0 18 0 E 12C 2A 4B
Octal 333 246 333 0 30 0 16 454 52 113
Binary 11011011 10100110 11011011 0 11000 0 1110 100101100 101010 1001011

Color Harmonies of #DBA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6DB

Black with #DBA6DB

Text Example


Text Example

White with #DBA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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