#DF7894

Color #DF7894 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DF7894

Tints of Pale Violet Red #DF7894

Color information

#DF7894 (or 0xDF7894) is unknown color: approx Pale Violet Red. HEX triplet: DF, 78 and 94. RGB value is (223,120,148). Sum of RGB (Red+Green+Blue) = 223+120+148=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7894 is #20876B. Grayscale: #999999. Windows color (decimal): -2131820 or 9730271. OLE color: 9730271.

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

Color convert

RGB223120148-
CMYK00.460.340.13
HSL343.69º61.68%67.25%-
HSV(B)343.69º46.19%87.45%-
XYZ42.4931.2631.81-
YUV153.99124.62177.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=45.42%
G=24.44%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312014800.460.340.13343.6961.6867.25
HexDF789402E22D1583e43
Octal337170224056421553076103
Binary11011111111100010010100010111010001011011010110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7894; }

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

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

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

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

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

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

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

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