Html Css Color HEX #DF8EDE Plum

📋 copy color: '#DF8EDE'

red 223 ◦ green 142 ◦ blue 222

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

Shades of Plum #DF8EDE

Tints of Plum #DF8EDE

RGB

 RED value IS 223 (87.5% from 255) = 37.99%

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 37.99%
G = 24.19%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF8EDE (or 0xDF8EDE) is known color: Plum. HEX triplet: DF, 8E and DE. RGB value is (223,142,222). Sum of RGB (Red+Green+Blue) = 223+142+222=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDE is #207121. Grayscale: #AFAFAF. Windows color (decimal): -2126114 or 14585567. OLE color: 14585567.

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

Color convert

RGB 223 142 222 -
CMYK 0 0.36 0.00 0.13
HSL 300.74º 0.56% 0.72% -
HSV(B) 300.74º 0.36% 0.87% -
XYZ 53.29 40.31 74.08 -
YUV 175.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 223 142 222 0 0.36 0.00 0.13 300.74 0.56 0.72
Hex DF 8E DE 0 24 0 D 12D 38 48
Octal 337 216 336 0 44 0 15 455 70 110
Binary 11011111 10001110 11011110 0 100100 0 1101 100101101 111000 1001000

Color Harmonies of #DF8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EDE

Black with #DF8EDE

Text Example


Text Example

White with #DF8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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