Html Css Color HEX #DC5F71 Froly

📋 copy color: '#DC5F71'

red 220 ◦ green 95 ◦ blue 113

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

Shades of Froly #DC5F71

Tints of Froly #DC5F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 51.4%
G = 22.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5F71 (or 0xDC5F71) is known color: Froly. HEX triplet: DC, 5F and 71. RGB value is (220,95,113). Sum of RGB (Red+Green+Blue) = 220+95+113=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F71 is #23A08E. Grayscale: #868686. Windows color (decimal): -2334863 or 7430108. OLE color: 7430108.

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

Color convert

RGB 220 95 113 -
CMYK 0 0.57 0.49 0.14
HSL 351.36º 0.64% 0.62% -
HSV(B) 351.36º 0.57% 0.86% -
XYZ 36.59 24.59 18.44 -
YUV 134.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 220 95 113 0 0.57 0.49 0.14 351.36 0.64 0.62
Hex DC 5F 71 0 39 31 E 15F 40 3E
Octal 334 137 161 0 71 61 16 537 100 76
Binary 11011100 1011111 1110001 0 111001 110001 1110 101011111 1000000 111110

Color Harmonies of #DC5F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F71

Black with #DC5F71

Text Example


Text Example

White with #DC5F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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