Html Css Color HEX #DF73A5 Pale Violet Red

📋 copy color: '#DF73A5'

red 223 ◦ green 115 ◦ blue 165

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

Shades of Pale Violet Red #DF73A5

Tints of Pale Violet Red #DF73A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 44.33%
G = 22.86%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF73A5 (or 0xDF73A5) is known color: Pale Violet Red. HEX triplet: DF, 73 and A5. RGB value is (223,115,165). Sum of RGB (Red+Green+Blue) = 223+115+165=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73A5 is #208C5A. Grayscale: #989898. Windows color (decimal): -2133083 or 10843103. OLE color: 10843103.

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

Color convert

RGB 223 115 165 -
CMYK 0 0.48 0.26 0.13
HSL 332.22º 0.63% 0.66% -
HSV(B) 332.22º 0.48% 0.87% -
XYZ 43.35 30.67 39.23 -
YUV 152.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 223 115 165 0 0.48 0.26 0.13 332.22 0.63 0.66
Hex DF 73 A5 0 30 1A D 14C 3F 42
Octal 337 163 245 0 60 32 15 514 77 102
Binary 11011111 1110011 10100101 0 110000 11010 1101 101001100 111111 1000010

Color Harmonies of #DF73A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73A5

Black with #DF73A5

Text Example


Text Example

White with #DF73A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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