Html Css Color HEX #DF8ED0 Plum

📋 copy color: '#DF8ED0'

red 223 ◦ green 142 ◦ blue 208

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

Shades of Plum #DF8ED0

Tints of Plum #DF8ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 38.92%
G = 24.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF8ED0 (or 0xDF8ED0) is known color: Plum. HEX triplet: DF, 8E and D0. RGB value is (223,142,208). Sum of RGB (Red+Green+Blue) = 223+142+208=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED0 is #20712F. Grayscale: #ADADAD. Windows color (decimal): -2126128 or 13668063. OLE color: 13668063.

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

Color convert

RGB 223 142 208 -
CMYK 0 0.36 0.07 0.13
HSL 311.11º 0.56% 0.72% -
HSV(B) 311.11º 0.36% 0.87% -
XYZ 51.49 39.59 64.6 -
YUV 173.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 223 142 208 0 0.36 0.07 0.13 311.11 0.56 0.72
Hex DF 8E D0 0 24 7 D 137 38 48
Octal 337 216 320 0 44 7 15 467 70 110
Binary 11011111 10001110 11010000 0 100100 111 1101 100110111 111000 1001000

Color Harmonies of #DF8ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ED0

Black with #DF8ED0

Text Example


Text Example

White with #DF8ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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