Html Css Color HEX #DA8DDC Plum

📋 copy color: '#DA8DDC'

red 218 ◦ green 141 ◦ blue 220

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

Shades of Plum #DA8DDC

Tints of Plum #DA8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

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

R = 37.65%
G = 24.35%
B = 38%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8DDC (or 0xDA8DDC) is known color: Plum. HEX triplet: DA, 8D and DC. RGB value is (218,141,220). Sum of RGB (Red+Green+Blue) = 218+141+220=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDC is #257223. Grayscale: #ACACAC. Windows color (decimal): -2454052 or 14454234. OLE color: 14454234.

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

Color convert

RGB 218 141 220 -
CMYK 0.01 0.36 0 0.14
HSL 298.48º 0.53% 0.71% -
HSV(B) 298.48º 0.36% 0.86% -
XYZ 51.36 39.12 72.55 -
YUV 173.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 218 141 220 0.01 0.36 0 0.14 298.48 0.53 0.71
Hex DA 8D DC 1 24 0 E 12A 35 47
Octal 332 215 334 1 44 0 16 452 65 107
Binary 11011010 10001101 11011100 1 100100 0 1110 100101010 110101 1000111

Color Harmonies of #DA8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DDC

Black with #DA8DDC

Text Example


Text Example

White with #DA8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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