Html Css Color HEX #DF7391 Pale Violet Red

📋 copy color: '#DF7391'

red 223 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #DF7391

Tints of Pale Violet Red #DF7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 46.17%
G = 23.81%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7391 (or 0xDF7391) is known color: Pale Violet Red. HEX triplet: DF, 73 and 91. RGB value is (223,115,145). Sum of RGB (Red+Green+Blue) = 223+115+145=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7391 is #208C6E. Grayscale: #969696. Windows color (decimal): -2133103 or 9532383. OLE color: 9532383.

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

Color convert

RGB 223 115 145 -
CMYK 0 0.48 0.35 0.13
HSL 343.33º 0.63% 0.66% -
HSV(B) 343.33º 0.48% 0.87% -
XYZ 41.67 29.99 30.38 -
YUV 150.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 223 115 145 0 0.48 0.35 0.13 343.33 0.63 0.66
Hex DF 73 91 0 30 23 D 157 3F 42
Octal 337 163 221 0 60 43 15 527 77 102
Binary 11011111 1110011 10010001 0 110000 100011 1101 101010111 111111 1000010

Color Harmonies of #DF7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7391

Black with #DF7391

Text Example


Text Example

White with #DF7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7391; }

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

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

background-color css

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

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

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

border-color css

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

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

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