Html Css Color HEX #DF9FEC Plum

📋 copy color: '#DF9FEC'

red 223 ◦ green 159 ◦ blue 236

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

Shades of Plum #DF9FEC

Tints of Plum #DF9FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 36.08%
G = 25.73%
B = 38.19%

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

#DF9FEC (or 0xDF9FEC) is known color: Plum. HEX triplet: DF, 9F and EC. RGB value is (223,159,236). Sum of RGB (Red+Green+Blue) = 223+159+236=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEC is #206013. Grayscale: #BABABA. Windows color (decimal): -2121748 or 15507423. OLE color: 15507423.

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

Color convert

RGB 223 159 236 -
CMYK 0.06 0.33 0 0.07
HSL 289.87º 0.67% 0.77% -
HSV(B) 289.87º 0.33% 0.93% -
XYZ 57.97 46.54 85.28 -
YUV 186.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 223 159 236 0.06 0.33 0 0.07 289.87 0.67 0.77
Hex DF 9F EC 6 21 0 7 122 43 4D
Octal 337 237 354 6 41 0 7 442 103 115
Binary 11011111 10011111 11101100 110 100001 0 111 100100010 1000011 1001101

Color Harmonies of #DF9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FEC

Black with #DF9FEC

Text Example


Text Example

White with #DF9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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