Html Css Color HEX #DA8ECC Plum

📋 copy color: '#DA8ECC'

red 218 ◦ green 142 ◦ blue 204

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

Shades of Plum #DA8ECC

Tints of Plum #DA8ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 38.65%
G = 25.18%
B = 36.17%

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

#DA8ECC (or 0xDA8ECC) is known color: Plum. HEX triplet: DA, 8E and CC. RGB value is (218,142,204). Sum of RGB (Red+Green+Blue) = 218+142+204=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECC is #257133. Grayscale: #ABABAB. Windows color (decimal): -2453812 or 13405914. OLE color: 13405914.

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

Color convert

RGB 218 142 204 -
CMYK 0 0.35 0.06 0.15
HSL 311.05º 0.51% 0.71% -
HSV(B) 311.05º 0.35% 0.85% -
XYZ 49.49 38.61 61.97 -
YUV 171.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 218 142 204 0 0.35 0.06 0.15 311.05 0.51 0.71
Hex DA 8E CC 0 23 6 F 137 33 47
Octal 332 216 314 0 43 6 17 467 63 107
Binary 11011010 10001110 11001100 0 100011 110 1111 100110111 110011 1000111

Color Harmonies of #DA8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ECC

Black with #DA8ECC

Text Example


Text Example

White with #DA8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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