Html Css Color HEX #DF9FDF Plum

📋 copy color: '#DF9FDF'

red 223 ◦ green 159 ◦ blue 223

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

Shades of Plum #DF9FDF

Tints of Plum #DF9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 36.86%
G = 26.28%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF9FDF (or 0xDF9FDF) is known color: Plum. HEX triplet: DF, 9F and DF. RGB value is (223,159,223). Sum of RGB (Red+Green+Blue) = 223+159+223=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDF is #206020. Grayscale: #B9B9B9. Windows color (decimal): -2121761 or 14655455. OLE color: 14655455.

HSL color Cylindrical-coordinate representation of color #DF9FDF: hue angle of 300º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FDF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 159 223 -
CMYK 0 0.29 0 0.13
HSL 300º 0.5% 0.75% -
HSV(B) 300º 0.29% 0.87% -
XYZ 56.15 45.81 75.7 -
YUV 185.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 223 159 223 0 0.29 0 0.13 300 0.5 0.75
Hex DF 9F DF 0 1D 0 D 12C 32 4B
Octal 337 237 337 0 35 0 15 454 62 113
Binary 11011111 10011111 11011111 0 11101 0 1101 100101100 110010 1001011

Color Harmonies of #DF9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FDF

Black with #DF9FDF

Text Example


Text Example

White with #DF9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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