Html Css Color HEX #DE8DDE Plum

📋 copy color: '#DE8DDE'

red 222 ◦ green 141 ◦ blue 222

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

Shades of Plum #DE8DDE

Tints of Plum #DE8DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.1%

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

R = 37.95%
G = 24.1%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE8DDE (or 0xDE8DDE) is known color: Plum. HEX triplet: DE, 8D and DE. RGB value is (222,141,222). Sum of RGB (Red+Green+Blue) = 222+141+222=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DDE is #217221. Grayscale: #AEAEAE. Windows color (decimal): -2191906 or 14585310. OLE color: 14585310.

HSL color Cylindrical-coordinate representation of color #DE8DDE: hue angle of 300º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8DDE is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 222 -
CMYK 0 0.36 0 0.13
HSL 300º 0.55% 0.71% -
HSV(B) 300º 0.36% 0.87% -
XYZ 52.83 39.85 74.02 -
YUV 174.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 222 141 222 0 0.36 0 0.13 300 0.55 0.71
Hex DE 8D DE 0 24 0 D 12C 37 47
Octal 336 215 336 0 44 0 15 454 67 107
Binary 11011110 10001101 11011110 0 100100 0 1101 100101100 110111 1000111

Color Harmonies of #DE8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8DDE

Black with #DE8DDE

Text Example


Text Example

White with #DE8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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