Html Css Color HEX #DF7196 Pale Violet Red

📋 copy color: '#DF7196'

red 223 ◦ green 113 ◦ blue 150

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

Shades of Pale Violet Red #DF7196

Tints of Pale Violet Red #DF7196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 45.88%
G = 23.25%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7196 (or 0xDF7196) is known color: Pale Violet Red. HEX triplet: DF, 71 and 96. RGB value is (223,113,150). Sum of RGB (Red+Green+Blue) = 223+113+150=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7196 is #208E69. Grayscale: #969696. Windows color (decimal): -2133610 or 9859551. OLE color: 9859551.

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

Color convert

RGB 223 113 150 -
CMYK 0 0.49 0.33 0.13
HSL 339.82º 0.63% 0.66% -
HSV(B) 339.82º 0.49% 0.87% -
XYZ 41.84 29.7 32.38 -
YUV 150.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 223 113 150 0 0.49 0.33 0.13 339.82 0.63 0.66
Hex DF 71 96 0 31 21 D 154 3F 42
Octal 337 161 226 0 61 41 15 524 77 102
Binary 11011111 1110001 10010110 0 110001 100001 1101 101010100 111111 1000010

Color Harmonies of #DF7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7196

Black with #DF7196

Text Example


Text Example

White with #DF7196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7196; }

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

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

background-color css

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

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

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

border-color css

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

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

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