Html Css Color HEX #DF8EE1 Plum

📋 copy color: '#DF8EE1'

red 223 ◦ green 142 ◦ blue 225

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

Shades of Plum #DF8EE1

Tints of Plum #DF8EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.14%

R = 37.8%
G = 24.07%
B = 38.14%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF8EE1 (or 0xDF8EE1) is known color: Plum. HEX triplet: DF, 8E and E1. RGB value is (223,142,225). Sum of RGB (Red+Green+Blue) = 223+142+225=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EE1 is #20711E. Grayscale: #AFAFAF. Windows color (decimal): -2126111 or 14782175. OLE color: 14782175.

HSL color Cylindrical-coordinate representation of color #DF8EE1: hue angle of 298.55º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8EE1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 142 225 -
CMYK 0.01 0.37 0 0.12
HSL 298.55º 0.58% 0.72% -
HSV(B) 298.55º 0.37% 0.88% -
XYZ 53.7 40.47 76.22 -
YUV 175.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 223 142 225 0.01 0.37 0 0.12 298.55 0.58 0.72
Hex DF 8E E1 1 25 0 C 12B 3A 48
Octal 337 216 341 1 45 0 14 453 72 110
Binary 11011111 10001110 11100001 1 100101 0 1100 100101011 111010 1001000

Color Harmonies of #DF8EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EE1

Black with #DF8EE1

Text Example


Text Example

White with #DF8EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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