#DF9DD1

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

Shades of Plum #DF9DD1

Tints of Plum #DF9DD1

Color information

#DF9DD1 (or 0xDF9DD1) is unknown color: approx Plum. HEX triplet: DF, 9D and D1. RGB value is (223,157,209). Sum of RGB (Red+Green+Blue) = 223+157+209=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD1 is #20622E. Grayscale: #B6B6B6. Windows color (decimal): -2122287 or 13737439. OLE color: 13737439.

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

Color convert

RGB223157209-
CMYK00.300.060.13
HSL312.73º50.77%74.51%-
HSV(B)312.73º29.6%87.45%-
XYZ5444.4166.05-
YUV182.66142.87156.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=37.86%
G=26.66%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315720900.300.060.13312.7350.7774.51
HexDF9DD101E6D139334b
Octal33723532103661547163113
Binary11011111100111011101000101111011011011001110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DD1; }

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

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

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

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

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

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

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

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