Html Css Color HEX #DA8EDE Plum

📋 copy color: '#DA8EDE'

red 218 ◦ green 142 ◦ blue 222

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

Shades of Plum #DA8EDE

Tints of Plum #DA8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 37.46%
G = 24.4%
B = 38.14%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8EDE (or 0xDA8EDE) is known color: Plum. HEX triplet: DA, 8E and DE. RGB value is (218,142,222). Sum of RGB (Red+Green+Blue) = 218+142+222=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EDE is #257121. Grayscale: #ADADAD. Windows color (decimal): -2453794 or 14585562. OLE color: 14585562.

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

Color convert

RGB 218 142 222 -
CMYK 0.02 0.36 0 0.13
HSL 297º 0.55% 0.71% -
HSV(B) 297º 0.36% 0.87% -
XYZ 51.77 39.53 74.01 -
YUV 173.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 218 142 222 0.02 0.36 0 0.13 297 0.55 0.71
Hex DA 8E DE 2 24 0 D 129 37 47
Octal 332 216 336 2 44 0 15 451 67 107
Binary 11011010 10001110 11011110 10 100100 0 1101 100101001 110111 1000111

Color Harmonies of #DA8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8EDE

Black with #DA8EDE

Text Example


Text Example

White with #DA8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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