#df7299

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

Shades of Pale Violet Red #DF7299

Tints of Pale Violet Red #DF7299

Color information

#DF7299 (or 0xDF7299) is unknown color: approx Pale Violet Red. HEX triplet: DF, 72 and 99. RGB value is (223,114,153). Sum of RGB (Red+Green+Blue) = 223+114+153=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7299 is #208D66. Grayscale: #969696. Windows color (decimal): -2133351 or 10056415. OLE color: 10056415.

HSL color Cylindrical-coordinate representation of color #DF7299: hue angle of 338.53º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7299 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223114153-
CMYK00.490.310.13
HSL338.53º63.01%66.08%-
HSV(B)338.53º48.88%87.45%-
XYZ42.230.0233.71-
YUV151.04129.11179.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=45.51%
G=23.27%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311415300.490.310.13338.5363.0166.08
HexDF72990311FD1533f42
Octal337162231061371552377102
Binary1101111111100101001100101100011111111011010100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7299; }

 p { color: rgb(223,114,153); }

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

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

 a { background-color: rgb(223,114,153); }

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

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

 span { border-color: rgb(223,114,153); }

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