Html Css Color HEX #DA8ECE Plum

📋 copy color: '#DA8ECE'

red 218 ◦ green 142 ◦ blue 206

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

Shades of Plum #DA8ECE

Tints of Plum #DA8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 38.52%
G = 25.09%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA8ECE (or 0xDA8ECE) is known color: Plum. HEX triplet: DA, 8E and CE. RGB value is (218,142,206). Sum of RGB (Red+Green+Blue) = 218+142+206=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECE is #257131. Grayscale: #ABABAB. Windows color (decimal): -2453810 or 13536986. OLE color: 13536986.

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

Color convert

RGB 218 142 206 -
CMYK 0 0.35 0.06 0.15
HSL 309.47º 0.51% 0.71% -
HSV(B) 309.47º 0.35% 0.85% -
XYZ 49.73 38.71 63.24 -
YUV 172.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 218 142 206 0 0.35 0.06 0.15 309.47 0.51 0.71
Hex DA 8E CE 0 23 6 F 135 33 47
Octal 332 216 316 0 43 6 17 465 63 107
Binary 11011010 10001110 11001110 0 100011 110 1111 100110101 110011 1000111

Color Harmonies of #DA8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ECE

Black with #DA8ECE

Text Example


Text Example

White with #DA8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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