Html Css Color HEX #DF73A0 Pale Violet Red

📋 copy color: '#DF73A0'

red 223 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #DF73A0

Tints of Pale Violet Red #DF73A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 44.78%
G = 23.09%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF73A0 (or 0xDF73A0) is known color: Pale Violet Red. HEX triplet: DF, 73 and A0. RGB value is (223,115,160). Sum of RGB (Red+Green+Blue) = 223+115+160=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73A0 is #208C5F. Grayscale: #989898. Windows color (decimal): -2133088 or 10515423. OLE color: 10515423.

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

Color convert

RGB 223 115 160 -
CMYK 0 0.48 0.28 0.13
HSL 335º 0.63% 0.66% -
HSV(B) 335º 0.48% 0.87% -
XYZ 42.91 30.49 36.88 -
YUV 152.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 223 115 160 0 0.48 0.28 0.13 335 0.63 0.66
Hex DF 73 A0 0 30 1C D 14F 3F 42
Octal 337 163 240 0 60 34 15 517 77 102
Binary 11011111 1110011 10100000 0 110000 11100 1101 101001111 111111 1000010

Color Harmonies of #DF73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73A0

Black with #DF73A0

Text Example


Text Example

White with #DF73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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