Html Css Color HEX #DE9EDF Plum

📋 copy color: '#DE9EDF'

red 222 ◦ green 158 ◦ blue 223

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

Shades of Plum #DE9EDF

Tints of Plum #DE9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 36.82%
G = 26.2%
B = 36.98%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE9EDF (or 0xDE9EDF) is known color: Plum. HEX triplet: DE, 9E and DF. RGB value is (222,158,223). Sum of RGB (Red+Green+Blue) = 222+158+223=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDF is #216120. Grayscale: #B8B8B8. Windows color (decimal): -2187553 or 14655198. OLE color: 14655198.

HSL color Cylindrical-coordinate representation of color #DE9EDF: hue angle of 299.08º degrees, saturation: 0.5, 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 #DE9EDF is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 223 -
CMYK 0.00 0.29 0 0.13
HSL 299.08º 0.5% 0.75% -
HSV(B) 299.08º 0.29% 0.87% -
XYZ 55.67 45.31 75.62 -
YUV 184.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 222 158 223 0.00 0.29 0 0.13 299.08 0.5 0.75
Hex DE 9E DF 0 1D 0 D 12B 32 4B
Octal 336 236 337 0 35 0 15 453 62 113
Binary 11011110 10011110 11011111 0 11101 0 1101 100101011 110010 1001011

Color Harmonies of #DE9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9EDF

Black with #DE9EDF

Text Example


Text Example

White with #DE9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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