Html Css Color HEX #DF7297 Pale Violet Red

📋 copy color: '#DF7297'

red 223 ◦ green 114 ◦ blue 151

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

Shades of Pale Violet Red #DF7297

Tints of Pale Violet Red #DF7297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 45.7%
G = 23.36%
B = 30.94%

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

#DF7297 (or 0xDF7297) is known color: 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

RGB 223 114 151 -
CMYK 0 0.49 0.32 0.13
HSL 339.63º 0.63% 0.66% -
HSV(B) 339.63º 0.49% 0.87% -
XYZ 42.03 29.96 32.84 -
YUV 150.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 223 114 151 0 0.49 0.32 0.13 339.63 0.63 0.66
Hex DF 72 97 0 31 20 D 154 3F 42
Octal 337 162 227 0 61 40 15 524 77 102
Binary 11011111 1110010 10010111 0 110001 100000 1101 101010100 111111 1000010

Color Harmonies of #DF7297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7297

Black with #DF7297

Text Example


Text Example

White with #DF7297

Text Example


Text Example

HTML Codes & Css Web 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>