Html Css Color HEX #DF9FED Plum

📋 copy color: '#DF9FED'

red 223 ◦ green 159 ◦ blue 237

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

Shades of Plum #DF9FED

Tints of Plum #DF9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.69%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 36.03%
G = 25.69%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF9FED (or 0xDF9FED) is known color: Plum. HEX triplet: DF, 9F and ED. RGB value is (223,159,237). Sum of RGB (Red+Green+Blue) = 223+159+237=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FED is #206012. Grayscale: #BABABA. Windows color (decimal): -2121747 or 15572959. OLE color: 15572959.

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

Color convert

RGB 223 159 237 -
CMYK 0.06 0.33 0 0.07
HSL 289.23º 0.68% 0.78% -
HSV(B) 289.23º 0.33% 0.93% -
XYZ 58.12 46.6 86.05 -
YUV 187.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 223 159 237 0.06 0.33 0 0.07 289.23 0.68 0.78
Hex DF 9F ED 6 21 0 7 121 44 4E
Octal 337 237 355 6 41 0 7 441 104 116
Binary 11011111 10011111 11101101 110 100001 0 111 100100001 1000100 1001110

Color Harmonies of #DF9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FED

Black with #DF9FED

Text Example


Text Example

White with #DF9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FED; }

 p { color: rgb(223,159,237); }

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

background-color css

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

 a { background-color: rgb(223,159,237); }

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

border-color css

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

 span { border-color: rgb(223,159,237); }

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