Html Css Color HEX #DF8EDB Plum

📋 copy color: '#DF8EDB'

red 223 ◦ green 142 ◦ blue 219

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

Shades of Plum #DF8EDB

Tints of Plum #DF8EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 38.18%
G = 24.32%
B = 37.5%

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

#DF8EDB (or 0xDF8EDB) is known color: Plum. HEX triplet: DF, 8E and DB. RGB value is (223,142,219). Sum of RGB (Red+Green+Blue) = 223+142+219=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDB is #207124. Grayscale: #AEAEAE. Windows color (decimal): -2126117 or 14388959. OLE color: 14388959.

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

Color convert

RGB 223 142 219 -
CMYK 0 0.36 0.02 0.13
HSL 302.96º 0.56% 0.72% -
HSV(B) 302.96º 0.36% 0.87% -
XYZ 52.89 40.15 71.98 -
YUV 175 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 223 142 219 0 0.36 0.02 0.13 302.96 0.56 0.72
Hex DF 8E DB 0 24 2 D 12F 38 48
Octal 337 216 333 0 44 2 15 457 70 110
Binary 11011111 10001110 11011011 0 100100 10 1101 100101111 111000 1001000

Color Harmonies of #DF8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EDB

Black with #DF8EDB

Text Example


Text Example

White with #DF8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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