Html Css Color HEX #DA9ECD Plum

📋 copy color: '#DA9ECD'

red 218 ◦ green 158 ◦ blue 205

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

Shades of Plum #DA9ECD

Tints of Plum #DA9ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 37.52%
G = 27.19%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA9ECD (or 0xDA9ECD) is known color: Plum. HEX triplet: DA, 9E and CD. RGB value is (218,158,205). Sum of RGB (Red+Green+Blue) = 218+158+205=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECD is #256132. Grayscale: #B5B5B5. Windows color (decimal): -2449715 or 13475546. OLE color: 13475546.

HSL color Cylindrical-coordinate representation of color #DA9ECD: hue angle of 313º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9ECD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 205 -
CMYK 0 0.28 0.06 0.15
HSL 313º 0.45% 0.74% -
HSV(B) 313º 0.28% 0.85% -
XYZ 52.16 43.77 63.46 -
YUV 181.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 218 158 205 0 0.28 0.06 0.15 313 0.45 0.74
Hex DA 9E CD 0 1C 6 F 139 2D 4A
Octal 332 236 315 0 34 6 17 471 55 112
Binary 11011010 10011110 11001101 0 11100 110 1111 100111001 101101 1001010

Color Harmonies of #DA9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ECD

Black with #DA9ECD

Text Example


Text Example

White with #DA9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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