Html Css Color HEX #DC5F73 Froly

📋 copy color: '#DC5F73'

red 220 ◦ green 95 ◦ blue 115

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

Shades of Froly #DC5F73

Tints of Froly #DC5F73

RGB

 RED value IS 220 (86.33% from 255) = 51.16%

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 51.16%
G = 22.09%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5F73 (or 0xDC5F73) is known color: Froly. HEX triplet: DC, 5F and 73. RGB value is (220,95,115). Sum of RGB (Red+Green+Blue) = 220+95+115=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F73 is #23A08C. Grayscale: #868686. Windows color (decimal): -2334861 or 7561180. OLE color: 7561180.

HSL color Cylindrical-coordinate representation of color #DC5F73: hue angle of 350.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F73 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 115 -
CMYK 0 0.57 0.48 0.14
HSL 350.4º 0.64% 0.62% -
HSV(B) 350.4º 0.57% 0.86% -
XYZ 36.7 24.64 19.04 -
YUV 134.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 220 95 115 0 0.57 0.48 0.14 350.4 0.64 0.62
Hex DC 5F 73 0 39 30 E 15E 40 3E
Octal 334 137 163 0 71 60 16 536 100 76
Binary 11011100 1011111 1110011 0 111001 110000 1110 101011110 1000000 111110

Color Harmonies of #DC5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F73

Black with #DC5F73

Text Example


Text Example

White with #DC5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F73; }

 p { color: rgb(220,95,115); }

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

background-color css

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

 a { background-color: rgb(220,95,115); }

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

border-color css

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

 span { border-color: rgb(220,95,115); }

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