#DF7397

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

Shades of Pale Violet Red #DF7397

Tints of Pale Violet Red #DF7397

Color information

#DF7397 (or 0xDF7397) is unknown color: approx Pale Violet Red. HEX triplet: DF, 73 and 97. RGB value is (223,115,151). Sum of RGB (Red+Green+Blue) = 223+115+151=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7397 is #208C68. Grayscale: #979797. Windows color (decimal): -2133097 or 9925599. OLE color: 9925599.

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

Color convert

RGB223115151-
CMYK00.480.320.13
HSL340º62.79%66.27%-
HSV(B)340º48.43%87.45%-
XYZ42.1530.1832.88-
YUV151.4127.78179.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=45.60%
G=23.52%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311515100.480.320.1334062.7966.27
HexDF739703020D1543f42
Octal337163227060401552477102
Binary11011111111001110010111011000010000011011010101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7397; }

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

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

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

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

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

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

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

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