Html Css Color HEX #DA9EDD Plum

📋 copy color: '#DA9EDD'

red 218 ◦ green 158 ◦ blue 221

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

Shades of Plum #DA9EDD

Tints of Plum #DA9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 36.52%
G = 26.47%
B = 37.02%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9EDD (or 0xDA9EDD) is known color: Plum. HEX triplet: DA, 9E and DD. RGB value is (218,158,221). Sum of RGB (Red+Green+Blue) = 218+158+221=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDD is #256122. Grayscale: #B6B6B6. Windows color (decimal): -2449699 or 14524122. OLE color: 14524122.

HSL color Cylindrical-coordinate representation of color #DA9EDD: hue angle of 297.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9EDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 158 221 -
CMYK 0.01 0.29 0 0.13
HSL 297.14º 0.48% 0.74% -
HSV(B) 297.14º 0.29% 0.87% -
XYZ 54.19 44.58 74.16 -
YUV 183.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 218 158 221 0.01 0.29 0 0.13 297.14 0.48 0.74
Hex DA 9E DD 1 1D 0 D 129 30 4A
Octal 332 236 335 1 35 0 15 451 60 112
Binary 11011010 10011110 11011101 1 11101 0 1101 100101001 110000 1001010

Color Harmonies of #DA9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9EDD

Black with #DA9EDD

Text Example


Text Example

White with #DA9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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