Html Css Color HEX #DA8EDC Plum

📋 copy color: '#DA8EDC'

red 218 ◦ green 142 ◦ blue 220

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

Shades of Plum #DA8EDC

Tints of Plum #DA8EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.48%

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

R = 37.59%
G = 24.48%
B = 37.93%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8EDC (or 0xDA8EDC) is known color: Plum. HEX triplet: DA, 8E and DC. RGB value is (218,142,220). Sum of RGB (Red+Green+Blue) = 218+142+220=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EDC is #257123. Grayscale: #ADADAD. Windows color (decimal): -2453796 or 14454490. OLE color: 14454490.

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

Color convert

RGB 218 142 220 -
CMYK 0.01 0.35 0 0.14
HSL 298.46º 0.53% 0.71% -
HSV(B) 298.46º 0.35% 0.86% -
XYZ 51.5 39.42 72.6 -
YUV 173.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 218 142 220 0.01 0.35 0 0.14 298.46 0.53 0.71
Hex DA 8E DC 1 23 0 E 12A 35 47
Octal 332 216 334 1 43 0 16 452 65 107
Binary 11011010 10001110 11011100 1 100011 0 1110 100101010 110101 1000111

Color Harmonies of #DA8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8EDC

Black with #DA8EDC

Text Example


Text Example

White with #DA8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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