Html Css Color HEX #DF9ED8 Plum

📋 copy color: '#DF9ED8'

red 223 ◦ green 158 ◦ blue 216

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

Shades of Plum #DF9ED8

Tints of Plum #DF9ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.47%

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

R = 37.35%
G = 26.47%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF9ED8 (or 0xDF9ED8) is known color: Plum. HEX triplet: DF, 9E and D8. RGB value is (223,158,216). Sum of RGB (Red+Green+Blue) = 223+158+216=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED8 is #206127. Grayscale: #B7B7B7. Windows color (decimal): -2122024 or 14196447. OLE color: 14196447.

HSL color Cylindrical-coordinate representation of color #DF9ED8: hue angle of 306.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9ED8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 158 216 -
CMYK 0 0.29 0.03 0.13
HSL 306.46º 0.5% 0.75% -
HSV(B) 306.46º 0.29% 0.87% -
XYZ 55.05 45.1 70.77 -
YUV 184.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 223 158 216 0 0.29 0.03 0.13 306.46 0.5 0.75
Hex DF 9E D8 0 1D 3 D 132 32 4B
Octal 337 236 330 0 35 3 15 462 62 113
Binary 11011111 10011110 11011000 0 11101 11 1101 100110010 110010 1001011

Color Harmonies of #DF9ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED8

Black with #DF9ED8

Text Example


Text Example

White with #DF9ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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