Html Css Color HEX #DA8ED1 Plum

📋 copy color: '#DA8ED1'

red 218 ◦ green 142 ◦ blue 209

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

Shades of Plum #DA8ED1

Tints of Plum #DA8ED1

RGB

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

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

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

R = 38.31%
G = 24.96%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA8ED1 (or 0xDA8ED1) is known color: Plum. HEX triplet: DA, 8E and D1. RGB value is (218,142,209). Sum of RGB (Red+Green+Blue) = 218+142+209=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED1 is #25712E. Grayscale: #ACACAC. Windows color (decimal): -2453807 or 13733594. OLE color: 13733594.

HSL color Cylindrical-coordinate representation of color #DA8ED1: hue angle of 307.11º 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 #DA8ED1 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 142 209 -
CMYK 0 0.35 0.04 0.15
HSL 307.11º 0.51% 0.71% -
HSV(B) 307.11º 0.35% 0.85% -
XYZ 50.1 38.85 65.18 -
YUV 172.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 218 142 209 0 0.35 0.04 0.15 307.11 0.51 0.71
Hex DA 8E D1 0 23 4 F 133 33 47
Octal 332 216 321 0 43 4 17 463 63 107
Binary 11011010 10001110 11010001 0 100011 100 1111 100110011 110011 1000111

Color Harmonies of #DA8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ED1

Black with #DA8ED1

Text Example


Text Example

White with #DA8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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