Html Css Color HEX #DB93DB Plum

📋 copy color: '#DB93DB'

red 219 ◦ green 147 ◦ blue 219

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

Shades of Plum #DB93DB

Tints of Plum #DB93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.13%

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

R = 37.44%
G = 25.13%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB93DB (or 0xDB93DB) is known color: Plum. HEX triplet: DB, 93 and DB. RGB value is (219,147,219). Sum of RGB (Red+Green+Blue) = 219+147+219=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DB is #246C24. Grayscale: #B0B0B0. Windows color (decimal): -2386981 or 14390235. OLE color: 14390235.

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

Color convert

RGB 219 147 219 -
CMYK 0 0.33 0 0.14
HSL 300º 0.5% 0.72% -
HSV(B) 300º 0.33% 0.86% -
XYZ 52.43 41.04 72.18 -
YUV 176.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 219 147 219 0 0.33 0 0.14 300 0.5 0.72
Hex DB 93 DB 0 21 0 E 12C 32 48
Octal 333 223 333 0 41 0 16 454 62 110
Binary 11011011 10010011 11011011 0 100001 0 1110 100101100 110010 1001000

Color Harmonies of #DB93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93DB

Black with #DB93DB

Text Example


Text Example

White with #DB93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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