Html Css Color HEX #DF9ED9 Plum

📋 copy color: '#DF9ED9'

red 223 ◦ green 158 ◦ blue 217

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

Shades of Plum #DF9ED9

Tints of Plum #DF9ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 37.29%
G = 26.42%
B = 36.29%

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

#DF9ED9 (or 0xDF9ED9) is known color: Plum. HEX triplet: DF, 9E and D9. RGB value is (223,158,217). Sum of RGB (Red+Green+Blue) = 223+158+217=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED9 is #206126. Grayscale: #B7B7B7. Windows color (decimal): -2122023 or 14261983. OLE color: 14261983.

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

Color convert

RGB 223 158 217 -
CMYK 0 0.29 0.03 0.13
HSL 305.54º 0.5% 0.75% -
HSV(B) 305.54º 0.29% 0.87% -
XYZ 55.18 45.15 71.45 -
YUV 184.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 223 158 217 0 0.29 0.03 0.13 305.54 0.5 0.75
Hex DF 9E D9 0 1D 3 D 132 32 4B
Octal 337 236 331 0 35 3 15 462 62 113
Binary 11011111 10011110 11011001 0 11101 11 1101 100110010 110010 1001011

Color Harmonies of #DF9ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED9

Black with #DF9ED9

Text Example


Text Example

White with #DF9ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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