Html Css Color HEX #DF8EDA Plum

📋 copy color: '#DF8EDA'

red 223 ◦ green 142 ◦ blue 218

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

Shades of Plum #DF8EDA

Tints of Plum #DF8EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 38.25%
G = 24.36%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF8EDA (or 0xDF8EDA) is known color: Plum. HEX triplet: DF, 8E and DA. RGB value is (223,142,218). Sum of RGB (Red+Green+Blue) = 223+142+218=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDA is #207125. Grayscale: #AEAEAE. Windows color (decimal): -2126118 or 14323423. OLE color: 14323423.

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

Color convert

RGB 223 142 218 -
CMYK 0 0.36 0.02 0.13
HSL 303.7º 0.56% 0.72% -
HSV(B) 303.7º 0.36% 0.87% -
XYZ 52.76 40.1 71.29 -
YUV 174.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 223 142 218 0 0.36 0.02 0.13 303.7 0.56 0.72
Hex DF 8E DA 0 24 2 D 130 38 48
Octal 337 216 332 0 44 2 15 460 70 110
Binary 11011111 10001110 11011010 0 100100 10 1101 100110000 111000 1001000

Color Harmonies of #DF8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EDA

Black with #DF8EDA

Text Example


Text Example

White with #DF8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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