Html Css Color HEX #DA89DE Plum

📋 copy color: '#DA89DE'

red 218 ◦ green 137 ◦ blue 222

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

Shades of Plum #DA89DE

Tints of Plum #DA89DE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.74%

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

R = 37.78%
G = 23.74%
B = 38.47%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA89DE (or 0xDA89DE) is known color: Plum. HEX triplet: DA, 89 and DE. RGB value is (218,137,222). Sum of RGB (Red+Green+Blue) = 218+137+222=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DE is #257621. Grayscale: #AAAAAA. Windows color (decimal): -2455074 or 14584282. OLE color: 14584282.

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

Color convert

RGB 218 137 222 -
CMYK 0.02 0.38 0 0.13
HSL 297.18º 0.56% 0.7% -
HSV(B) 297.18º 0.38% 0.87% -
XYZ 51.04 38.07 73.77 -
YUV 170.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 218 137 222 0.02 0.38 0 0.13 297.18 0.56 0.7
Hex DA 89 DE 2 26 0 D 129 38 46
Octal 332 211 336 2 46 0 15 451 70 106
Binary 11011010 10001001 11011110 10 100110 0 1101 100101001 111000 1000110

Color Harmonies of #DA89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89DE

Black with #DA89DE

Text Example


Text Example

White with #DA89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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