Html Css Color HEX #DA8ECD Plum

📋 copy color: '#DA8ECD'

red 218 ◦ green 142 ◦ blue 205

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

Shades of Plum #DA8ECD

Tints of Plum #DA8ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 38.58%
G = 25.13%
B = 36.28%

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

#DA8ECD (or 0xDA8ECD) is known color: Plum. HEX triplet: DA, 8E and CD. RGB value is (218,142,205). Sum of RGB (Red+Green+Blue) = 218+142+205=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECD is #257132. Grayscale: #ABABAB. Windows color (decimal): -2453811 or 13471450. OLE color: 13471450.

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

Color convert

RGB 218 142 205 -
CMYK 0 0.35 0.06 0.15
HSL 310.26º 0.51% 0.71% -
HSV(B) 310.26º 0.35% 0.85% -
XYZ 49.61 38.66 62.61 -
YUV 171.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 218 142 205 0 0.35 0.06 0.15 310.26 0.51 0.71
Hex DA 8E CD 0 23 6 F 136 33 47
Octal 332 216 315 0 43 6 17 466 63 107
Binary 11011010 10001110 11001101 0 100011 110 1111 100110110 110011 1000111

Color Harmonies of #DA8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ECD

Black with #DA8ECD

Text Example


Text Example

White with #DA8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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