Html Css Color HEX #DA91D1 Plum

📋 copy color: '#DA91D1'

red 218 ◦ green 145 ◦ blue 209

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

Shades of Plum #DA91D1

Tints of Plum #DA91D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 38.11%
G = 25.35%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA91D1 (or 0xDA91D1) is known color: Plum. HEX triplet: DA, 91 and D1. RGB value is (218,145,209). Sum of RGB (Red+Green+Blue) = 218+145+209=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91D1 is #256E2E. Grayscale: #ADADAD. Windows color (decimal): -2453039 or 13734362. OLE color: 13734362.

HSL color Cylindrical-coordinate representation of color #DA91D1: hue angle of 307.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91D1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 209 -
CMYK 0 0.33 0.04 0.15
HSL 307.4º 0.5% 0.71% -
HSV(B) 307.4º 0.33% 0.85% -
XYZ 50.55 39.76 65.33 -
YUV 174.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 218 145 209 0 0.33 0.04 0.15 307.4 0.5 0.71
Hex DA 91 D1 0 21 4 F 133 32 47
Octal 332 221 321 0 41 4 17 463 62 107
Binary 11011010 10010001 11010001 0 100001 100 1111 100110011 110010 1000111

Color Harmonies of #DA91D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91D1

Black with #DA91D1

Text Example


Text Example

White with #DA91D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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