Html Css Color HEX #DF9ED4 Plum

📋 copy color: '#DF9ED4'

red 223 ◦ green 158 ◦ blue 212

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

Shades of Plum #DF9ED4

Tints of Plum #DF9ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 37.61%
G = 26.64%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF9ED4 (or 0xDF9ED4) is known color: Plum. HEX triplet: DF, 9E and D4. RGB value is (223,158,212). Sum of RGB (Red+Green+Blue) = 223+158+212=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED4 is #20612B. Grayscale: #B7B7B7. Windows color (decimal): -2122028 or 13934303. OLE color: 13934303.

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

Color convert

RGB 223 158 212 -
CMYK 0 0.29 0.05 0.13
HSL 310.15º 0.5% 0.75% -
HSV(B) 310.15º 0.29% 0.87% -
XYZ 54.54 44.9 68.08 -
YUV 183.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 223 158 212 0 0.29 0.05 0.13 310.15 0.5 0.75
Hex DF 9E D4 0 1D 5 D 136 32 4B
Octal 337 236 324 0 35 5 15 466 62 113
Binary 11011111 10011110 11010100 0 11101 101 1101 100110110 110010 1001011

Color Harmonies of #DF9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ED4

Black with #DF9ED4

Text Example


Text Example

White with #DF9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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