Html Css Color HEX #DA8ED3 Plum

📋 copy color: '#DA8ED3'

red 218 ◦ green 142 ◦ blue 211

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

Shades of Plum #DA8ED3

Tints of Plum #DA8ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 38.18%
G = 24.87%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA8ED3 (or 0xDA8ED3) is known color: Plum. HEX triplet: DA, 8E and D3. RGB value is (218,142,211). Sum of RGB (Red+Green+Blue) = 218+142+211=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED3 is #25712C. Grayscale: #ACACAC. Windows color (decimal): -2453805 or 13864666. OLE color: 13864666.

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

Color convert

RGB 218 142 211 -
CMYK 0 0.35 0.03 0.15
HSL 305.53º 0.51% 0.71% -
HSV(B) 305.53º 0.35% 0.85% -
XYZ 50.34 38.95 66.49 -
YUV 172.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 218 142 211 0 0.35 0.03 0.15 305.53 0.51 0.71
Hex DA 8E D3 0 23 3 F 132 33 47
Octal 332 216 323 0 43 3 17 462 63 107
Binary 11011010 10001110 11010011 0 100011 11 1111 100110010 110011 1000111

Color Harmonies of #DA8ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ED3

Black with #DA8ED3

Text Example


Text Example

White with #DA8ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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