Html Css Color HEX #DF7197 Pale Violet Red

📋 copy color: '#DF7197'

red 223 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #DF7197

Tints of Pale Violet Red #DF7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.2%

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

R = 45.79%
G = 23.2%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF7197 (or 0xDF7197) is known color: Pale Violet Red. HEX triplet: DF, 71 and 97. RGB value is (223,113,151). Sum of RGB (Red+Green+Blue) = 223+113+151=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7197 is #208E68. Grayscale: #969696. Windows color (decimal): -2133609 or 9925087. OLE color: 9925087.

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

Color convert

RGB 223 113 151 -
CMYK 0 0.49 0.32 0.13
HSL 339.27º 0.63% 0.66% -
HSV(B) 339.27º 0.49% 0.87% -
XYZ 41.92 29.73 32.81 -
YUV 150.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 223 113 151 0 0.49 0.32 0.13 339.27 0.63 0.66
Hex DF 71 97 0 31 20 D 153 3F 42
Octal 337 161 227 0 61 40 15 523 77 102
Binary 11011111 1110001 10010111 0 110001 100000 1101 101010011 111111 1000010

Color Harmonies of #DF7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7197

Black with #DF7197

Text Example


Text Example

White with #DF7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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