Html Css Color HEX #DF7497 Pale Violet Red

📋 copy color: '#DF7497'

red 223 ◦ green 116 ◦ blue 151

#DF7497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DF7497

Tints of Pale Violet Red #DF7497

RGB

 RED value IS 223 (87.5% from 255) = 45.51%

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 45.51%
G = 23.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF7497 (or 0xDF7497) is known color: Pale Violet Red. HEX triplet: DF, 74 and 97. RGB value is (223,116,151). Sum of RGB (Red+Green+Blue) = 223+116+151=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7497 is #208B68. Grayscale: #979797. Windows color (decimal): -2132841 or 9925855. OLE color: 9925855.

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

Color convert

RGB 223 116 151 -
CMYK 0 0.48 0.32 0.13
HSL 340.37º 0.63% 0.66% -
HSV(B) 340.37º 0.48% 0.87% -
XYZ 42.26 30.41 32.92 -
YUV 151.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 223 116 151 0 0.48 0.32 0.13 340.37 0.63 0.66
Hex DF 74 97 0 30 20 D 154 3F 42
Octal 337 164 227 0 60 40 15 524 77 102
Binary 11011111 1110100 10010111 0 110000 100000 1101 101010100 111111 1000010

Color Harmonies of #DF7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7497

Black with #DF7497

Text Example


Text Example

White with #DF7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7497; }

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

 H1.HeaderClassName
 {
   color: #DF7497;
 }
 .AnyTagClassName
 {
   color: #DF7497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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