Html Css Color HEX #DE8ADF Plum

📋 copy color: '#DE8ADF'

red 222 ◦ green 138 ◦ blue 223

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

Shades of Plum #DE8ADF

Tints of Plum #DE8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.67%

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

R = 38.08%
G = 23.67%
B = 38.25%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE8ADF (or 0xDE8ADF) is known color: Plum. HEX triplet: DE, 8A and DF. RGB value is (222,138,223). Sum of RGB (Red+Green+Blue) = 222+138+223=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ADF is #217520. Grayscale: #ACACAC. Windows color (decimal): -2192673 or 14650078. OLE color: 14650078.

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

Color convert

RGB 222 138 223 -
CMYK 0.00 0.38 0 0.13
HSL 299.29º 0.57% 0.71% -
HSV(B) 299.29º 0.38% 0.87% -
XYZ 52.53 39.03 74.58 -
YUV 172.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 222 138 223 0.00 0.38 0 0.13 299.29 0.57 0.71
Hex DE 8A DF 0 26 0 D 12B 39 47
Octal 336 212 337 0 46 0 15 453 71 107
Binary 11011110 10001010 11011111 0 100110 0 1101 100101011 111001 1000111

Color Harmonies of #DE8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8ADF

Black with #DE8ADF

Text Example


Text Example

White with #DE8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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