Html Css Color HEX #DF9FEF Plum

📋 copy color: '#DF9FEF'

red 223 ◦ green 159 ◦ blue 239

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

Shades of Plum #DF9FEF

Tints of Plum #DF9FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 35.91%
G = 25.6%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF9FEF (or 0xDF9FEF) is known color: Plum. HEX triplet: DF, 9F and EF. RGB value is (223,159,239). Sum of RGB (Red+Green+Blue) = 223+159+239=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEF is #206010. Grayscale: #BABABA. Windows color (decimal): -2121745 or 15704031. OLE color: 15704031.

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

Color convert

RGB 223 159 239 -
CMYK 0.07 0.33 0 0.06
HSL 288º 0.71% 0.78% -
HSV(B) 288º 0.33% 0.94% -
XYZ 58.41 46.72 87.6 -
YUV 187.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 223 159 239 0.07 0.33 0 0.06 288 0.71 0.78
Hex DF 9F EF 7 21 0 6 120 47 4E
Octal 337 237 357 7 41 0 6 440 107 116
Binary 11011111 10011111 11101111 111 100001 0 110 100100000 1000111 1001110

Color Harmonies of #DF9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FEF

Black with #DF9FEF

Text Example


Text Example

White with #DF9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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