Html Css Color HEX #DC5F74 Froly

📋 copy color: '#DC5F74'

red 220 ◦ green 95 ◦ blue 116

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

Shades of Froly #DC5F74

Tints of Froly #DC5F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 51.04%
G = 22.04%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5F74 (or 0xDC5F74) is known color: Froly. HEX triplet: DC, 5F and 74. RGB value is (220,95,116). Sum of RGB (Red+Green+Blue) = 220+95+116=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F74 is #23A08B. Grayscale: #868686. Windows color (decimal): -2334860 or 7626716. OLE color: 7626716.

HSL color Cylindrical-coordinate representation of color #DC5F74: hue angle of 349.92º 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 #DC5F74 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 116 -
CMYK 0 0.57 0.47 0.14
HSL 349.92º 0.64% 0.62% -
HSV(B) 349.92º 0.57% 0.86% -
XYZ 36.76 24.66 19.35 -
YUV 134.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 220 95 116 0 0.57 0.47 0.14 349.92 0.64 0.62
Hex DC 5F 74 0 39 2F E 15E 40 3E
Octal 334 137 164 0 71 57 16 536 100 76
Binary 11011100 1011111 1110100 0 111001 101111 1110 101011110 1000000 111110

Color Harmonies of #DC5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F74

Black with #DC5F74

Text Example


Text Example

White with #DC5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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