Html Css Color HEX #DA8EE3 Plum

📋 copy color: '#DA8EE3'

red 218 ◦ green 142 ◦ blue 227

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

Shades of Plum #DA8EE3

Tints of Plum #DA8EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 37.14%
G = 24.19%
B = 38.67%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA8EE3 (or 0xDA8EE3) is known color: Plum. HEX triplet: DA, 8E and E3. RGB value is (218,142,227). Sum of RGB (Red+Green+Blue) = 218+142+227=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA8EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EE3 is #25711C. Grayscale: #AEAEAE. Windows color (decimal): -2453789 or 14913242. OLE color: 14913242.

HSL color Cylindrical-coordinate representation of color #DA8EE3: hue angle of 293.65º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8EE3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 142 227 -
CMYK 0.04 0.37 0 0.11
HSL 293.65º 0.6% 0.72% -
HSV(B) 293.65º 0.37% 0.89% -
XYZ 52.45 39.8 77.59 -
YUV 174.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 218 142 227 0.04 0.37 0 0.11 293.65 0.6 0.72
Hex DA 8E E3 4 25 0 B 126 3C 48
Octal 332 216 343 4 45 0 13 446 74 110
Binary 11011010 10001110 11100011 100 100101 0 1011 100100110 111100 1001000

Color Harmonies of #DA8EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8EE3

Black with #DA8EE3

Text Example


Text Example

White with #DA8EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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