Html Css Color HEX #DA8ED2 Plum

📋 copy color: '#DA8ED2'

red 218 ◦ green 142 ◦ blue 210

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

Shades of Plum #DA8ED2

Tints of Plum #DA8ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 38.25%
G = 24.91%
B = 36.84%

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

#DA8ED2 (or 0xDA8ED2) is known color: Plum. HEX triplet: DA, 8E and D2. RGB value is (218,142,210). Sum of RGB (Red+Green+Blue) = 218+142+210=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED2 is #25712D. Grayscale: #ACACAC. Windows color (decimal): -2453806 or 13799130. OLE color: 13799130.

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

Color convert

RGB 218 142 210 -
CMYK 0 0.35 0.04 0.15
HSL 306.32º 0.51% 0.71% -
HSV(B) 306.32º 0.35% 0.85% -
XYZ 50.22 38.9 65.84 -
YUV 172.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 218 142 210 0 0.35 0.04 0.15 306.32 0.51 0.71
Hex DA 8E D2 0 23 4 F 132 33 47
Octal 332 216 322 0 43 4 17 462 63 107
Binary 11011010 10001110 11010010 0 100011 100 1111 100110010 110011 1000111

Color Harmonies of #DA8ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ED2

Black with #DA8ED2

Text Example


Text Example

White with #DA8ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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