Html Css Color HEX #DA8ED6 Plum

📋 copy color: '#DA8ED6'

red 218 ◦ green 142 ◦ blue 214

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

Shades of Plum #DA8ED6

Tints of Plum #DA8ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 37.98%
G = 24.74%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA8ED6 (or 0xDA8ED6) is known color: Plum. HEX triplet: DA, 8E and D6. RGB value is (218,142,214). Sum of RGB (Red+Green+Blue) = 218+142+214=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED6 is #257129. Grayscale: #ACACAC. Windows color (decimal): -2453802 or 14061274. OLE color: 14061274.

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

Color convert

RGB 218 142 214 -
CMYK 0 0.35 0.02 0.15
HSL 303.16º 0.51% 0.71% -
HSV(B) 303.16º 0.35% 0.85% -
XYZ 50.72 39.11 68.49 -
YUV 172.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 218 142 214 0 0.35 0.02 0.15 303.16 0.51 0.71
Hex DA 8E D6 0 23 2 F 12F 33 47
Octal 332 216 326 0 43 2 17 457 63 107
Binary 11011010 10001110 11010110 0 100011 10 1111 100101111 110011 1000111

Color Harmonies of #DA8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ED6

Black with #DA8ED6

Text Example


Text Example

White with #DA8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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