Html Css Color HEX #DE89DE Plum

📋 copy color: '#DE89DE'

red 222 ◦ green 137 ◦ blue 222

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

Shades of Plum #DE89DE

Tints of Plum #DE89DE

RGB

 RED value IS 222 (87.11% from 255) = 38.21%

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

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

R = 38.21%
G = 23.58%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE89DE (or 0xDE89DE) is known color: Plum. HEX triplet: DE, 89 and DE. RGB value is (222,137,222). Sum of RGB (Red+Green+Blue) = 222+137+222=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89DE is #217621. Grayscale: #ABABAB. Windows color (decimal): -2192930 or 14584286. OLE color: 14584286.

HSL color Cylindrical-coordinate representation of color #DE89DE: hue angle of 300º 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 #DE89DE is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 137 222 -
CMYK 0 0.38 0 0.13
HSL 300º 0.56% 0.7% -
HSV(B) 300º 0.38% 0.87% -
XYZ 52.25 38.69 73.82 -
YUV 172.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 222 137 222 0 0.38 0 0.13 300 0.56 0.7
Hex DE 89 DE 0 26 0 D 12C 38 46
Octal 336 211 336 0 46 0 15 454 70 106
Binary 11011110 10001001 11011110 0 100110 0 1101 100101100 111000 1000110

Color Harmonies of #DE89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE89DE

Black with #DE89DE

Text Example


Text Example

White with #DE89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE89DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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