Html Css Color HEX #DE8DDF Plum

📋 copy color: '#DE8DDF'

red 222 ◦ green 141 ◦ blue 223

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

Shades of Plum #DE8DDF

Tints of Plum #DE8DDF

RGB

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

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

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

R = 37.88%
G = 24.06%
B = 38.05%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE8DDF (or 0xDE8DDF) is known color: Plum. HEX triplet: DE, 8D and DF. RGB value is (222,141,223). Sum of RGB (Red+Green+Blue) = 222+141+223=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DDF is #217220. Grayscale: #AEAEAE. Windows color (decimal): -2191905 or 14650846. OLE color: 14650846.

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

Color convert

RGB 222 141 223 -
CMYK 0.00 0.37 0 0.13
HSL 299.27º 0.56% 0.71% -
HSV(B) 299.27º 0.37% 0.87% -
XYZ 52.97 39.91 74.72 -
YUV 174.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 222 141 223 0.00 0.37 0 0.13 299.27 0.56 0.71
Hex DE 8D DF 0 25 0 D 12B 38 47
Octal 336 215 337 0 45 0 15 453 70 107
Binary 11011110 10001101 11011111 0 100101 0 1101 100101011 111000 1000111

Color Harmonies of #DE8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8DDF

Black with #DE8DDF

Text Example


Text Example

White with #DE8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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