Html Css Color HEX #DF9EE5 Plum

📋 copy color: '#DF9EE5'

red 223 ◦ green 158 ◦ blue 229

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

Shades of Plum #DF9EE5

Tints of Plum #DF9EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 36.56%
G = 25.9%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF9EE5 (or 0xDF9EE5) is known color: Plum. HEX triplet: DF, 9E and E5. RGB value is (223,158,229). Sum of RGB (Red+Green+Blue) = 223+158+229=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EE5 is #20611A. Grayscale: #B9B9B9. Windows color (decimal): -2122011 or 15048415. OLE color: 15048415.

HSL color Cylindrical-coordinate representation of color #DF9EE5: hue angle of 294.93º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9EE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 158 229 -
CMYK 0.03 0.31 0 0.10
HSL 294.93º 0.58% 0.76% -
HSV(B) 294.93º 0.31% 0.9% -
XYZ 56.8 45.8 79.98 -
YUV 185.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 223 158 229 0.03 0.31 0 0.10 294.93 0.58 0.76
Hex DF 9E E5 3 1F 0 A 127 3A 4C
Octal 337 236 345 3 37 0 12 447 72 114
Binary 11011111 10011110 11100101 11 11111 0 1010 100100111 111010 1001100

Color Harmonies of #DF9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EE5

Black with #DF9EE5

Text Example


Text Example

White with #DF9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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