Html Css Color HEX #DE9EDA Plum

📋 copy color: '#DE9EDA'

red 222 ◦ green 158 ◦ blue 218

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

Shades of Plum #DE9EDA

Tints of Plum #DE9EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.42%

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 37.12%
G = 26.42%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE9EDA (or 0xDE9EDA) is known color: Plum. HEX triplet: DE, 9E and DA. RGB value is (222,158,218). Sum of RGB (Red+Green+Blue) = 222+158+218=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDA is #216125. Grayscale: #B7B7B7. Windows color (decimal): -2187558 or 14327518. OLE color: 14327518.

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

Color convert

RGB 222 158 218 -
CMYK 0 0.29 0.02 0.13
HSL 303.75º 0.49% 0.75% -
HSV(B) 303.75º 0.29% 0.87% -
XYZ 55.01 45.05 72.13 -
YUV 183.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 222 158 218 0 0.29 0.02 0.13 303.75 0.49 0.75
Hex DE 9E DA 0 1D 2 D 130 31 4B
Octal 336 236 332 0 35 2 15 460 61 113
Binary 11011110 10011110 11011010 0 11101 10 1101 100110000 110001 1001011

Color Harmonies of #DE9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9EDA

Black with #DE9EDA

Text Example


Text Example

White with #DE9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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