#DF90CD

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

Shades of Plum #DF90CD

Tints of Plum #DF90CD

Color information

#DF90CD (or 0xDF90CD) is unknown color: approx Plum. HEX triplet: DF, 90 and CD. RGB value is (223,144,205). Sum of RGB (Red+Green+Blue) = 223+144+205=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90CD is #206F32. Grayscale: #AEAEAE. Windows color (decimal): -2125619 or 13471967. OLE color: 13471967.

HSL color Cylindrical-coordinate representation of color #DF90CD: hue angle of 313.67º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90CD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223144205-
CMYK00.350.080.13
HSL313.67º55.24%71.96%-
HSV(B)313.67º35.43%87.45%-
XYZ51.4240.0462.78-
YUV174.58145.17162.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=38.99%
G=25.17%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314420500.350.080.13313.6755.2471.96
HexDF90CD0238D13a3748
Octal337220315043101547267110
Binary1101111110010000110011010100011100011011001110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90CD; }

 p { color: rgb(223,144,205); }

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

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

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

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

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

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

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