Html Css Color HEX #DC5E70 Froly

📋 copy color: '#DC5E70'

red 220 ◦ green 94 ◦ blue 112

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

Shades of Froly #DC5E70

Tints of Froly #DC5E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 51.64%
G = 22.07%
B = 26.29%

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

#DC5E70 (or 0xDC5E70) is known color: Froly. HEX triplet: DC, 5E and 70. RGB value is (220,94,112). Sum of RGB (Red+Green+Blue) = 220+94+112=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E70 is #23A18F. Grayscale: #858585. Windows color (decimal): -2335120 or 7364316. OLE color: 7364316.

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

Color convert

RGB 220 94 112 -
CMYK 0 0.57 0.49 0.14
HSL 351.43º 0.64% 0.62% -
HSV(B) 351.43º 0.57% 0.86% -
XYZ 36.44 24.39 18.12 -
YUV 133.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 220 94 112 0 0.57 0.49 0.14 351.43 0.64 0.62
Hex DC 5E 70 0 39 31 E 15F 40 3E
Octal 334 136 160 0 71 61 16 537 100 76
Binary 11011100 1011110 1110000 0 111001 110001 1110 101011111 1000000 111110

Color Harmonies of #DC5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E70

Black with #DC5E70

Text Example


Text Example

White with #DC5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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