Html Css Color HEX #DA9ECC Plum

📋 copy color: '#DA9ECC'

red 218 ◦ green 158 ◦ blue 204

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

Shades of Plum #DA9ECC

Tints of Plum #DA9ECC

RGB

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

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

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

R = 37.59%
G = 27.24%
B = 35.17%

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

#DA9ECC (or 0xDA9ECC) is known color: Plum. HEX triplet: DA, 9E and CC. RGB value is (218,158,204). Sum of RGB (Red+Green+Blue) = 218+158+204=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECC is #256133. Grayscale: #B5B5B5. Windows color (decimal): -2449716 or 13410010. OLE color: 13410010.

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

Color convert

RGB 218 158 204 -
CMYK 0 0.28 0.06 0.15
HSL 314º 0.45% 0.74% -
HSV(B) 314º 0.28% 0.85% -
XYZ 52.04 43.72 62.82 -
YUV 181.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 218 158 204 0 0.28 0.06 0.15 314 0.45 0.74
Hex DA 9E CC 0 1C 6 F 13A 2D 4A
Octal 332 236 314 0 34 6 17 472 55 112
Binary 11011010 10011110 11001100 0 11100 110 1111 100111010 101101 1001010

Color Harmonies of #DA9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ECC

Black with #DA9ECC

Text Example


Text Example

White with #DA9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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