Html Css Color HEX #DF8ED8 Plum

📋 copy color: '#DF8ED8'

red 223 ◦ green 142 ◦ blue 216

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

Shades of Plum #DF8ED8

Tints of Plum #DF8ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 38.38%
G = 24.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF8ED8 (or 0xDF8ED8) is known color: Plum. HEX triplet: DF, 8E and D8. RGB value is (223,142,216). Sum of RGB (Red+Green+Blue) = 223+142+216=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED8 is #207127. Grayscale: #AEAEAE. Windows color (decimal): -2126120 or 14192351. OLE color: 14192351.

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

Color convert

RGB 223 142 216 -
CMYK 0 0.36 0.03 0.13
HSL 305.19º 0.56% 0.72% -
HSV(B) 305.19º 0.36% 0.87% -
XYZ 52.5 39.99 69.92 -
YUV 174.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 223 142 216 0 0.36 0.03 0.13 305.19 0.56 0.72
Hex DF 8E D8 0 24 3 D 131 38 48
Octal 337 216 330 0 44 3 15 461 70 110
Binary 11011111 10001110 11011000 0 100100 11 1101 100110001 111000 1001000

Color Harmonies of #DF8ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ED8

Black with #DF8ED8

Text Example


Text Example

White with #DF8ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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