Html Css Color HEX #DA9FDE Plum

📋 copy color: '#DA9FDE'

red 218 ◦ green 159 ◦ blue 222

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

Shades of Plum #DA9FDE

Tints of Plum #DA9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 36.39%
G = 26.54%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9FDE (or 0xDA9FDE) is known color: Plum. HEX triplet: DA, 9F and DE. RGB value is (218,159,222). Sum of RGB (Red+Green+Blue) = 218+159+222=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDE is #256021. Grayscale: #B7B7B7. Windows color (decimal): -2449442 or 14589914. OLE color: 14589914.

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

Color convert

RGB 218 159 222 -
CMYK 0.02 0.28 0 0.13
HSL 296.19º 0.49% 0.75% -
HSV(B) 296.19º 0.28% 0.87% -
XYZ 54.5 44.98 74.92 -
YUV 183.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 218 159 222 0.02 0.28 0 0.13 296.19 0.49 0.75
Hex DA 9F DE 2 1C 0 D 128 31 4B
Octal 332 237 336 2 34 0 15 450 61 113
Binary 11011010 10011111 11011110 10 11100 0 1101 100101000 110001 1001011

Color Harmonies of #DA9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FDE

Black with #DA9FDE

Text Example


Text Example

White with #DA9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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