#DF96D1

Color #DF96D1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DF96D1

Tints of Plum #DF96D1

Color information

#DF96D1 (or 0xDF96D1) is unknown color: approx Plum. HEX triplet: DF, 96 and D1. RGB value is (223,150,209). Sum of RGB (Red+Green+Blue) = 223+150+209=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D1 is #20692E. Grayscale: #B2B2B2. Windows color (decimal): -2124079 or 13735647. OLE color: 13735647.

HSL color Cylindrical-coordinate representation of color #DF96D1: hue angle of 311.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96D1 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223150209-
CMYK00.330.060.13
HSL311.51º53.28%73.14%-
HSV(B)311.51º32.74%87.45%-
XYZ52.8542.165.66-
YUV178.55145.18159.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=38.32%
G=25.77%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315020900.330.060.13311.5153.2873.14
HexDF96D10216D1383549
Octal33722632104161547065111
Binary110111111001011011010001010000111011011001110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96D1; }

 p { color: rgb(223,150,209); }

 H1.HeaderClassName
 {
   color: #DF96D1;
 }
 .AnyTagClassName
 {
   color: #DF96D1;
 }
</style>
background-color css

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

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

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

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

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

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