Html Css Color HEX #DA9EDE Plum

📋 copy color: '#DA9EDE'

red 218 ◦ green 158 ◦ blue 222

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

Shades of Plum #DA9EDE

Tints of Plum #DA9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 36.45%
G = 26.42%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9EDE (or 0xDA9EDE) is known color: Plum. HEX triplet: DA, 9E and DE. RGB value is (218,158,222). Sum of RGB (Red+Green+Blue) = 218+158+222=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDE is #256121. Grayscale: #B7B7B7. Windows color (decimal): -2449698 or 14589658. OLE color: 14589658.

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

Color convert

RGB 218 158 222 -
CMYK 0.02 0.29 0 0.13
HSL 296.25º 0.49% 0.75% -
HSV(B) 296.25º 0.29% 0.87% -
XYZ 54.33 44.63 74.86 -
YUV 183.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 218 158 222 0.02 0.29 0 0.13 296.25 0.49 0.75
Hex DA 9E DE 2 1D 0 D 128 31 4B
Octal 332 236 336 2 35 0 15 450 61 113
Binary 11011010 10011110 11011110 10 11101 0 1101 100101000 110001 1001011

Color Harmonies of #DA9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9EDE

Black with #DA9EDE

Text Example


Text Example

White with #DA9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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