#DF7297

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

Shades of Pale Violet Red #DF7297

Tints of Pale Violet Red #DF7297

Color information

#DF7297 (or 0xDF7297) is unknown color: approx Pale Violet Red. HEX triplet: DF, 72 and 97. RGB value is (223,114,151). Sum of RGB (Red+Green+Blue) = 223+114+151=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7297 is #208D68. Grayscale: #969696. Windows color (decimal): -2133353 or 9925343. OLE color: 9925343.

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

Color convert

RGB223114151-
CMYK00.490.320.13
HSL339.63º63.01%66.08%-
HSV(B)339.63º48.88%87.45%-
XYZ42.0329.9632.84-
YUV150.81128.11179.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=45.70%
G=23.36%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311415100.490.320.13339.6363.0166.08
HexDF729703120D1543f42
Octal337162227061401552477102
Binary11011111111001010010111011000110000011011010101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7297; }

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

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

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

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

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

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

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

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