Html Css Color HEX #DE8DE0 Plum

📋 copy color: '#DE8DE0'

red 222 ◦ green 141 ◦ blue 224

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

Shades of Plum #DE8DE0

Tints of Plum #DE8DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 37.82%
G = 24.02%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE8DE0 (or 0xDE8DE0) is known color: Plum. HEX triplet: DE, 8D and E0. RGB value is (222,141,224). Sum of RGB (Red+Green+Blue) = 222+141+224=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DE0 is #21721F. Grayscale: #AEAEAE. Windows color (decimal): -2191904 or 14716382. OLE color: 14716382.

HSL color Cylindrical-coordinate representation of color #DE8DE0: hue angle of 298.55º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8DE0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 141 224 -
CMYK 0.01 0.37 0 0.12
HSL 298.55º 0.57% 0.72% -
HSV(B) 298.55º 0.37% 0.88% -
XYZ 53.1 39.96 75.44 -
YUV 174.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 222 141 224 0.01 0.37 0 0.12 298.55 0.57 0.72
Hex DE 8D E0 1 25 0 C 12B 39 48
Octal 336 215 340 1 45 0 14 453 71 110
Binary 11011110 10001101 11100000 1 100101 0 1100 100101011 111001 1001000

Color Harmonies of #DE8DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8DE0

Black with #DE8DE0

Text Example


Text Example

White with #DE8DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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