Html Css Color HEX #DF9EEE Plum

📋 copy color: '#DF9EEE'

red 223 ◦ green 158 ◦ blue 238

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

Shades of Plum #DF9EEE

Tints of Plum #DF9EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 36.03%
G = 25.53%
B = 38.45%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF9EEE (or 0xDF9EEE) is known color: Plum. HEX triplet: DF, 9E and EE. RGB value is (223,158,238). Sum of RGB (Red+Green+Blue) = 223+158+238=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEE is #206111. Grayscale: #BABABA. Windows color (decimal): -2122002 or 15638239. OLE color: 15638239.

HSL color Cylindrical-coordinate representation of color #DF9EEE: hue angle of 288.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9EEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 158 238 -
CMYK 0.06 0.34 0 0.07
HSL 288.75º 0.7% 0.78% -
HSV(B) 288.75º 0.34% 0.93% -
XYZ 58.09 46.31 86.77 -
YUV 186.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 223 158 238 0.06 0.34 0 0.07 288.75 0.7 0.78
Hex DF 9E EE 6 22 0 7 121 46 4E
Octal 337 236 356 6 42 0 7 441 106 116
Binary 11011111 10011110 11101110 110 100010 0 111 100100001 1000110 1001110

Color Harmonies of #DF9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EEE

Black with #DF9EEE

Text Example


Text Example

White with #DF9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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