#DF94CF

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

Shades of Plum #DF94CF

Tints of Plum #DF94CF

Color information

#DF94CF (or 0xDF94CF) is unknown color: approx Plum. HEX triplet: DF, 94 and CF. RGB value is (223,148,207). Sum of RGB (Red+Green+Blue) = 223+148+207=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94CF is #206B30. Grayscale: #B0B0B0. Windows color (decimal): -2124593 or 13604063. OLE color: 13604063.

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

Color convert

RGB223148207-
CMYK00.340.070.13
HSL312.8º53.96%72.75%-
HSV(B)312.8º33.63%87.45%-
XYZ52.2841.3764.26-
YUV177.15144.85160.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=38.58%
G=25.61%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314820700.340.070.13312.853.9672.75
HexDF94CF0227D1393649
Octal33722431704271547166111
Binary110111111001010011001111010001011111011001110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94CF; }

 p { color: rgb(223,148,207); }

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

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

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

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

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

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

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