Html Css Color HEX #DBA8DB Plum

📋 copy color: '#DBA8DB'

red 219 ◦ green 168 ◦ blue 219

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

Shades of Plum #DBA8DB

Tints of Plum #DBA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.72%

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

R = 36.14%
G = 27.72%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBA8DB (or 0xDBA8DB) is known color: Plum. HEX triplet: DB, A8 and DB. RGB value is (219,168,219). Sum of RGB (Red+Green+Blue) = 219+168+219=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8DB is #245724. Grayscale: #BCBCBC. Windows color (decimal): -2381605 or 14395611. OLE color: 14395611.

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

Color convert

RGB 219 168 219 -
CMYK 0 0.23 0 0.14
HSL 300º 0.41% 0.76% -
HSV(B) 300º 0.23% 0.86% -
XYZ 56 48.18 73.37 -
YUV 189.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 219 168 219 0 0.23 0 0.14 300 0.41 0.76
Hex DB A8 DB 0 17 0 E 12C 29 4C
Octal 333 250 333 0 27 0 16 454 51 114
Binary 11011011 10101000 11011011 0 10111 0 1110 100101100 101001 1001100

Color Harmonies of #DBA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8DB

Black with #DBA8DB

Text Example


Text Example

White with #DBA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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