Html Css Color HEX #DE8CDF Plum

📋 copy color: '#DE8CDF'

red 222 ◦ green 140 ◦ blue 223

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

Shades of Plum #DE8CDF

Tints of Plum #DE8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.93%

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

R = 37.95%
G = 23.93%
B = 38.12%

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

#DE8CDF (or 0xDE8CDF) is known color: Plum. HEX triplet: DE, 8C and DF. RGB value is (222,140,223). Sum of RGB (Red+Green+Blue) = 222+140+223=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CDF is #217320. Grayscale: #ADADAD. Windows color (decimal): -2192161 or 14650590. OLE color: 14650590.

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

Color convert

RGB 222 140 223 -
CMYK 0.00 0.37 0 0.13
HSL 299.28º 0.56% 0.71% -
HSV(B) 299.28º 0.37% 0.87% -
XYZ 52.82 39.61 74.67 -
YUV 173.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 222 140 223 0.00 0.37 0 0.13 299.28 0.56 0.71
Hex DE 8C DF 0 25 0 D 12B 38 47
Octal 336 214 337 0 45 0 15 453 70 107
Binary 11011110 10001100 11011111 0 100101 0 1101 100101011 111000 1000111

Color Harmonies of #DE8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CDF

Black with #DE8CDF

Text Example


Text Example

White with #DE8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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