Html Css Color HEX #DF9EE1 Plum

📋 copy color: '#DF9EE1'

red 223 ◦ green 158 ◦ blue 225

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

Shades of Plum #DF9EE1

Tints of Plum #DF9EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 36.8%
G = 26.07%
B = 37.13%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF9EE1 (or 0xDF9EE1) is known color: Plum. HEX triplet: DF, 9E and E1. RGB value is (223,158,225). Sum of RGB (Red+Green+Blue) = 223+158+225=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF9EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EE1 is #20611E. Grayscale: #B8B8B8. Windows color (decimal): -2122015 or 14786271. OLE color: 14786271.

HSL color Cylindrical-coordinate representation of color #DF9EE1: hue angle of 298.21º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9EE1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 158 225 -
CMYK 0.01 0.30 0 0.12
HSL 298.21º 0.53% 0.75% -
HSV(B) 298.21º 0.3% 0.88% -
XYZ 56.25 45.58 77.07 -
YUV 185.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 223 158 225 0.01 0.30 0 0.12 298.21 0.53 0.75
Hex DF 9E E1 1 1E 0 C 12A 35 4B
Octal 337 236 341 1 36 0 14 452 65 113
Binary 11011111 10011110 11100001 1 11110 0 1100 100101010 110101 1001011

Color Harmonies of #DF9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EE1

Black with #DF9EE1

Text Example


Text Example

White with #DF9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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