Html Css Color HEX #DA93DB Plum

📋 copy color: '#DA93DB'

red 218 ◦ green 147 ◦ blue 219

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

Shades of Plum #DA93DB

Tints of Plum #DA93DB

RGB

 RED value IS 218 (85.55% from 255) = 37.33%

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

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

R = 37.33%
G = 25.17%
B = 37.5%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA93DB (or 0xDA93DB) is known color: Plum. HEX triplet: DA, 93 and DB. RGB value is (218,147,219). Sum of RGB (Red+Green+Blue) = 218+147+219=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DB is #256C24. Grayscale: #B0B0B0. Windows color (decimal): -2452517 or 14390234. OLE color: 14390234.

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

Color convert

RGB 218 147 219 -
CMYK 0.00 0.33 0 0.14
HSL 299.17º 0.5% 0.72% -
HSV(B) 299.17º 0.33% 0.86% -
XYZ 52.13 40.89 72.16 -
YUV 176.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 218 147 219 0.00 0.33 0 0.14 299.17 0.5 0.72
Hex DA 93 DB 0 21 0 E 12B 32 48
Octal 332 223 333 0 41 0 16 453 62 110
Binary 11011010 10010011 11011011 0 100001 0 1110 100101011 110010 1001000

Color Harmonies of #DA93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93DB

Black with #DA93DB

Text Example


Text Example

White with #DA93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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