Html Css Color HEX #DF9DDF Plum

📋 copy color: '#DF9DDF'

red 223 ◦ green 157 ◦ blue 223

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

Shades of Plum #DF9DDF

Tints of Plum #DF9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.04%

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

R = 36.98%
G = 26.04%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF9DDF (or 0xDF9DDF) is known color: Plum. HEX triplet: DF, 9D and DF. RGB value is (223,157,223). Sum of RGB (Red+Green+Blue) = 223+157+223=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DDF is #206220. Grayscale: #B8B8B8. Windows color (decimal): -2122273 or 14654943. OLE color: 14654943.

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

Color convert

RGB 223 157 223 -
CMYK 0 0.30 0 0.13
HSL 300º 0.51% 0.75% -
HSV(B) 300º 0.3% 0.87% -
XYZ 55.81 45.13 75.58 -
YUV 184.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 223 157 223 0 0.30 0 0.13 300 0.51 0.75
Hex DF 9D DF 0 1E 0 D 12C 33 4B
Octal 337 235 337 0 36 0 15 454 63 113
Binary 11011111 10011101 11011111 0 11110 0 1101 100101100 110011 1001011

Color Harmonies of #DF9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DDF

Black with #DF9DDF

Text Example


Text Example

White with #DF9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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