Html Css Color HEX #DA8EE0 Plum

📋 copy color: '#DA8EE0'

red 218 ◦ green 142 ◦ blue 224

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

Shades of Plum #DA8EE0

Tints of Plum #DA8EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 37.33%
G = 24.32%
B = 38.36%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA8EE0 (or 0xDA8EE0) is known color: Plum. HEX triplet: DA, 8E and E0. RGB value is (218,142,224). Sum of RGB (Red+Green+Blue) = 218+142+224=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EE0 is #25711F. Grayscale: #ADADAD. Windows color (decimal): -2453792 or 14716634. OLE color: 14716634.

HSL color Cylindrical-coordinate representation of color #DA8EE0: hue angle of 295.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8EE0 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 142 224 -
CMYK 0.03 0.37 0 0.12
HSL 295.61º 0.57% 0.72% -
HSV(B) 295.61º 0.37% 0.88% -
XYZ 52.04 39.63 75.43 -
YUV 174.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 218 142 224 0.03 0.37 0 0.12 295.61 0.57 0.72
Hex DA 8E E0 3 25 0 C 128 39 48
Octal 332 216 340 3 45 0 14 450 71 110
Binary 11011010 10001110 11100000 11 100101 0 1100 100101000 111001 1001000

Color Harmonies of #DA8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8EE0

Black with #DA8EE0

Text Example


Text Example

White with #DA8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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