Html Css Color HEX #DF8EDD Plum

📋 copy color: '#DF8EDD'

red 223 ◦ green 142 ◦ blue 221

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

Shades of Plum #DF8EDD

Tints of Plum #DF8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 38.05%
G = 24.23%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF8EDD (or 0xDF8EDD) is known color: Plum. HEX triplet: DF, 8E and DD. RGB value is (223,142,221). Sum of RGB (Red+Green+Blue) = 223+142+221=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDD is #207122. Grayscale: #AEAEAE. Windows color (decimal): -2126115 or 14520031. OLE color: 14520031.

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

Color convert

RGB 223 142 221 -
CMYK 0 0.36 0.01 0.13
HSL 301.48º 0.56% 0.72% -
HSV(B) 301.48º 0.36% 0.87% -
XYZ 53.16 40.25 73.37 -
YUV 175.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 223 142 221 0 0.36 0.01 0.13 301.48 0.56 0.72
Hex DF 8E DD 0 24 1 D 12D 38 48
Octal 337 216 335 0 44 1 15 455 70 110
Binary 11011111 10001110 11011101 0 100100 1 1101 100101101 111000 1001000

Color Harmonies of #DF8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EDD

Black with #DF8EDD

Text Example


Text Example

White with #DF8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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