Html Css Color HEX #DA9ED8 Plum

📋 copy color: '#DA9ED8'

red 218 ◦ green 158 ◦ blue 216

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

Shades of Plum #DA9ED8

Tints of Plum #DA9ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 36.82%
G = 26.69%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA9ED8 (or 0xDA9ED8) is known color: Plum. HEX triplet: DA, 9E and D8. RGB value is (218,158,216). Sum of RGB (Red+Green+Blue) = 218+158+216=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED8 is #256127. Grayscale: #B6B6B6. Windows color (decimal): -2449704 or 14196442. OLE color: 14196442.

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

Color convert

RGB 218 158 216 -
CMYK 0 0.28 0.01 0.15
HSL 302º 0.45% 0.74% -
HSV(B) 302º 0.28% 0.85% -
XYZ 53.53 44.32 70.7 -
YUV 182.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 218 158 216 0 0.28 0.01 0.15 302 0.45 0.74
Hex DA 9E D8 0 1C 1 F 12E 2D 4A
Octal 332 236 330 0 34 1 17 456 55 112
Binary 11011010 10011110 11011000 0 11100 1 1111 100101110 101101 1001010

Color Harmonies of #DA9ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ED8

Black with #DA9ED8

Text Example


Text Example

White with #DA9ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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