Html Css Color HEX #DA8CDD Plum

📋 copy color: '#DA8CDD'

red 218 ◦ green 140 ◦ blue 221

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

Shades of Plum #DA8CDD

Tints of Plum #DA8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 37.65%
G = 24.18%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8CDD (or 0xDA8CDD) is known color: Plum. HEX triplet: DA, 8C and DD. RGB value is (218,140,221). Sum of RGB (Red+Green+Blue) = 218+140+221=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDD is #257322. Grayscale: #ACACAC. Windows color (decimal): -2454307 or 14519514. OLE color: 14519514.

HSL color Cylindrical-coordinate representation of color #DA8CDD: hue angle of 297.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8CDD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 140 221 -
CMYK 0.01 0.37 0 0.13
HSL 297.78º 0.54% 0.71% -
HSV(B) 297.78º 0.37% 0.87% -
XYZ 51.34 38.88 73.21 -
YUV 172.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 218 140 221 0.01 0.37 0 0.13 297.78 0.54 0.71
Hex DA 8C DD 1 25 0 D 12A 36 47
Octal 332 214 335 1 45 0 15 452 66 107
Binary 11011010 10001100 11011101 1 100101 0 1101 100101010 110110 1000111

Color Harmonies of #DA8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CDD

Black with #DA8CDD

Text Example


Text Example

White with #DA8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CDD; }

 p { color: rgb(218,140,221); }

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

background-color css

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

 a { background-color: rgb(218,140,221); }

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

border-color css

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

 span { border-color: rgb(218,140,221); }

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