Html Css Color HEX #DA91DC Plum

📋 copy color: '#DA91DC'

red 218 ◦ green 145 ◦ blue 220

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

Shades of Plum #DA91DC

Tints of Plum #DA91DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 37.39%
G = 24.87%
B = 37.74%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA91DC (or 0xDA91DC) is known color: Plum. HEX triplet: DA, 91 and DC. RGB value is (218,145,220). Sum of RGB (Red+Green+Blue) = 218+145+220=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DC is #256E23. Grayscale: #AFAFAF. Windows color (decimal): -2453028 or 14455258. OLE color: 14455258.

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

Color convert

RGB 218 145 220 -
CMYK 0.01 0.34 0 0.14
HSL 298.4º 0.52% 0.72% -
HSV(B) 298.4º 0.34% 0.86% -
XYZ 51.96 40.32 72.75 -
YUV 175.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 218 145 220 0.01 0.34 0 0.14 298.4 0.52 0.72
Hex DA 91 DC 1 22 0 E 12A 34 48
Octal 332 221 334 1 42 0 16 452 64 110
Binary 11011010 10010001 11011100 1 100010 0 1110 100101010 110100 1001000

Color Harmonies of #DA91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91DC

Black with #DA91DC

Text Example


Text Example

White with #DA91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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