Html Css Color HEX #DE89D6 Plum

📋 copy color: '#DE89D6'

red 222 ◦ green 137 ◦ blue 214

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

Shades of Plum #DE89D6

Tints of Plum #DE89D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 38.74%
G = 23.91%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE89D6 (or 0xDE89D6) is known color: Plum. HEX triplet: DE, 89 and D6. RGB value is (222,137,214). Sum of RGB (Red+Green+Blue) = 222+137+214=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89D6 is #217629. Grayscale: #AAAAAA. Windows color (decimal): -2192938 or 14059998. OLE color: 14059998.

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

Color convert

RGB 222 137 214 -
CMYK 0 0.38 0.04 0.13
HSL 305.65º 0.56% 0.7% -
HSV(B) 305.65º 0.38% 0.87% -
XYZ 51.21 38.28 68.31 -
YUV 171.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 222 137 214 0 0.38 0.04 0.13 305.65 0.56 0.7
Hex DE 89 D6 0 26 4 D 132 38 46
Octal 336 211 326 0 46 4 15 462 70 106
Binary 11011110 10001001 11010110 0 100110 100 1101 100110010 111000 1000110

Color Harmonies of #DE89D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE89D6

Black with #DE89D6

Text Example


Text Example

White with #DE89D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE89D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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