Html Css Color HEX #DF9FDE Plum

📋 copy color: '#DF9FDE'

red 223 ◦ green 159 ◦ blue 222

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

Shades of Plum #DF9FDE

Tints of Plum #DF9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 36.92%
G = 26.32%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF9FDE (or 0xDF9FDE) is known color: Plum. HEX triplet: DF, 9F and DE. RGB value is (223,159,222). Sum of RGB (Red+Green+Blue) = 223+159+222=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDE is #206021. Grayscale: #B9B9B9. Windows color (decimal): -2121762 or 14589919. OLE color: 14589919.

HSL color Cylindrical-coordinate representation of color #DF9FDE: hue angle of 300.94º 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 #DF9FDE is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 159 222 -
CMYK 0 0.29 0.00 0.13
HSL 300.94º 0.5% 0.75% -
HSV(B) 300.94º 0.29% 0.87% -
XYZ 56.01 45.76 74.99 -
YUV 185.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 223 159 222 0 0.29 0.00 0.13 300.94 0.5 0.75
Hex DF 9F DE 0 1D 0 D 12D 32 4B
Octal 337 237 336 0 35 0 15 455 62 113
Binary 11011111 10011111 11011110 0 11101 0 1101 100101101 110010 1001011

Color Harmonies of #DF9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FDE

Black with #DF9FDE

Text Example


Text Example

White with #DF9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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