Html Css Color HEX #DF9ED5 Plum

📋 copy color: '#DF9ED5'

red 223 ◦ green 158 ◦ blue 213

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

Shades of Plum #DF9ED5

Tints of Plum #DF9ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 37.54%
G = 26.6%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF9ED5 (or 0xDF9ED5) is known color: Plum. HEX triplet: DF, 9E and D5. RGB value is (223,158,213). Sum of RGB (Red+Green+Blue) = 223+158+213=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED5 is #20612A. Grayscale: #B7B7B7. Windows color (decimal): -2122027 or 13999839. OLE color: 13999839.

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

Color convert

RGB 223 158 213 -
CMYK 0 0.29 0.04 0.13
HSL 309.23º 0.5% 0.75% -
HSV(B) 309.23º 0.29% 0.87% -
XYZ 54.67 44.95 68.74 -
YUV 183.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 223 158 213 0 0.29 0.04 0.13 309.23 0.5 0.75
Hex DF 9E D5 0 1D 4 D 135 32 4B
Octal 337 236 325 0 35 4 15 465 62 113
Binary 11011111 10011110 11010101 0 11101 100 1101 100110101 110010 1001011

Color Harmonies of #DF9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED5

Black with #DF9ED5

Text Example


Text Example

White with #DF9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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