Html Css Color HEX #DF9ED1 Plum

📋 copy color: '#DF9ED1'

red 223 ◦ green 158 ◦ blue 209

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

Shades of Plum #DF9ED1

Tints of Plum #DF9ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.42%

R = 37.8%
G = 26.78%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF9ED1 (or 0xDF9ED1) is known color: Plum. HEX triplet: DF, 9E and D1. RGB value is (223,158,209). Sum of RGB (Red+Green+Blue) = 223+158+209=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED1 is #20612E. Grayscale: #B7B7B7. Windows color (decimal): -2122031 or 13737695. OLE color: 13737695.

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

Color convert

RGB 223 158 209 -
CMYK 0 0.29 0.06 0.13
HSL 312.92º 0.5% 0.75% -
HSV(B) 312.92º 0.29% 0.87% -
XYZ 54.17 44.75 66.1 -
YUV 183.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 223 158 209 0 0.29 0.06 0.13 312.92 0.5 0.75
Hex DF 9E D1 0 1D 6 D 139 32 4B
Octal 337 236 321 0 35 6 15 471 62 113
Binary 11011111 10011110 11010001 0 11101 110 1101 100111001 110010 1001011

Color Harmonies of #DF9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED1

Black with #DF9ED1

Text Example


Text Example

White with #DF9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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