Html Css Color HEX #DC7174 Froly

📋 copy color: '#DC7174'

red 220 ◦ green 113 ◦ blue 116

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

Shades of Froly #DC7174

Tints of Froly #DC7174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 49%
G = 25.17%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7174 (or 0xDC7174) is known color: Froly. HEX triplet: DC, 71 and 74. RGB value is (220,113,116). Sum of RGB (Red+Green+Blue) = 220+113+116=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7174 is #238E8B. Grayscale: #919191. Windows color (decimal): -2330252 or 7631324. OLE color: 7631324.

HSL color Cylindrical-coordinate representation of color #DC7174: hue angle of 358.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7174 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 116 -
CMYK 0 0.49 0.47 0.14
HSL 358.32º 0.6% 0.65% -
HSV(B) 358.32º 0.49% 0.86% -
XYZ 38.57 28.29 19.95 -
YUV 145.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 220 113 116 0 0.49 0.47 0.14 358.32 0.6 0.65
Hex DC 71 74 0 31 2F E 166 3C 41
Octal 334 161 164 0 61 57 16 546 74 101
Binary 11011100 1110001 1110100 0 110001 101111 1110 101100110 111100 1000001

Color Harmonies of #DC7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7174

Black with #DC7174

Text Example


Text Example

White with #DC7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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