Html Css Color HEX #DC5E71 Froly

📋 copy color: '#DC5E71'

red 220 ◦ green 94 ◦ blue 113

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

Shades of Froly #DC5E71

Tints of Froly #DC5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

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

R = 51.52%
G = 22.01%
B = 26.46%

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

#DC5E71 (or 0xDC5E71) is known color: Froly. HEX triplet: DC, 5E and 71. RGB value is (220,94,113). Sum of RGB (Red+Green+Blue) = 220+94+113=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E71 is #23A18E. Grayscale: #858585. Windows color (decimal): -2335119 or 7429852. OLE color: 7429852.

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

Color convert

RGB 220 94 113 -
CMYK 0 0.57 0.49 0.14
HSL 350.95º 0.64% 0.62% -
HSV(B) 350.95º 0.57% 0.86% -
XYZ 36.5 24.41 18.41 -
YUV 133.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 220 94 113 0 0.57 0.49 0.14 350.95 0.64 0.62
Hex DC 5E 71 0 39 31 E 15F 40 3E
Octal 334 136 161 0 71 61 16 537 100 76
Binary 11011100 1011110 1110001 0 111001 110001 1110 101011111 1000000 111110

Color Harmonies of #DC5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E71

Black with #DC5E71

Text Example


Text Example

White with #DC5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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