Html Css Color HEX #DF7091 Pale Violet Red

📋 copy color: '#DF7091'

red 223 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #DF7091

Tints of Pale Violet Red #DF7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.33%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 46.46%
G = 23.33%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7091 (or 0xDF7091) is known color: Pale Violet Red. HEX triplet: DF, 70 and 91. RGB value is (223,112,145). Sum of RGB (Red+Green+Blue) = 223+112+145=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7091 is #208F6E. Grayscale: #949494. Windows color (decimal): -2133871 or 9531615. OLE color: 9531615.

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

Color convert

RGB 223 112 145 -
CMYK 0 0.50 0.35 0.13
HSL 342.16º 0.63% 0.66% -
HSV(B) 342.16º 0.5% 0.87% -
XYZ 41.34 29.32 30.27 -
YUV 148.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 223 112 145 0 0.50 0.35 0.13 342.16 0.63 0.66
Hex DF 70 91 0 32 23 D 156 3F 42
Octal 337 160 221 0 62 43 15 526 77 102
Binary 11011111 1110000 10010001 0 110010 100011 1101 101010110 111111 1000010

Color Harmonies of #DF7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7091

Black with #DF7091

Text Example


Text Example

White with #DF7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7091; }

 p { color: rgb(223,112,145); }

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

background-color css

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

 a { background-color: rgb(223,112,145); }

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

border-color css

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

 span { border-color: rgb(223,112,145); }

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