Html Css Color HEX #DA91DB Plum

📋 copy color: '#DA91DB'

red 218 ◦ green 145 ◦ blue 219

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

Shades of Plum #DA91DB

Tints of Plum #DA91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.91%

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

R = 37.46%
G = 24.91%
B = 37.63%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA91DB (or 0xDA91DB) is known color: Plum. HEX triplet: DA, 91 and DB. RGB value is (218,145,219). Sum of RGB (Red+Green+Blue) = 218+145+219=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DB is #256E24. Grayscale: #AFAFAF. Windows color (decimal): -2453029 or 14389722. OLE color: 14389722.

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

Color convert

RGB 218 145 219 -
CMYK 0.00 0.34 0 0.14
HSL 299.19º 0.51% 0.71% -
HSV(B) 299.19º 0.34% 0.86% -
XYZ 51.83 40.27 72.06 -
YUV 175.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 218 145 219 0.00 0.34 0 0.14 299.19 0.51 0.71
Hex DA 91 DB 0 22 0 E 12B 33 47
Octal 332 221 333 0 42 0 16 453 63 107
Binary 11011010 10010001 11011011 0 100010 0 1110 100101011 110011 1000111

Color Harmonies of #DA91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91DB

Black with #DA91DB

Text Example


Text Example

White with #DA91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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