Html Css Color HEX #DF9ED0 Plum

📋 copy color: '#DF9ED0'

red 223 ◦ green 158 ◦ blue 208

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

Shades of Plum #DF9ED0

Tints of Plum #DF9ED0

RGB

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

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

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

R = 37.86%
G = 26.83%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF9ED0 (or 0xDF9ED0) is known color: Plum. HEX triplet: DF, 9E and D0. RGB value is (223,158,208). Sum of RGB (Red+Green+Blue) = 223+158+208=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED0 is #20612F. Grayscale: #B7B7B7. Windows color (decimal): -2122032 or 13672159. OLE color: 13672159.

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

Color convert

RGB 223 158 208 -
CMYK 0 0.29 0.07 0.13
HSL 313.85º 0.5% 0.75% -
HSV(B) 313.85º 0.29% 0.87% -
XYZ 54.04 44.7 65.45 -
YUV 183.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 223 158 208 0 0.29 0.07 0.13 313.85 0.5 0.75
Hex DF 9E D0 0 1D 7 D 13A 32 4B
Octal 337 236 320 0 35 7 15 472 62 113
Binary 11011111 10011110 11010000 0 11101 111 1101 100111010 110010 1001011

Color Harmonies of #DF9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED0

Black with #DF9ED0

Text Example


Text Example

White with #DF9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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