Html Css Color HEX #DC6F71 Froly

📋 copy color: '#DC6F71'

red 220 ◦ green 111 ◦ blue 113

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

Shades of Froly #DC6F71

Tints of Froly #DC6F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25%

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

R = 49.55%
G = 25%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6F71 (or 0xDC6F71) is known color: Froly. HEX triplet: DC, 6F and 71. RGB value is (220,111,113). Sum of RGB (Red+Green+Blue) = 220+111+113=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F71 is #23908E. Grayscale: #8F8F8F. Windows color (decimal): -2330767 or 7434204. OLE color: 7434204.

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

Color convert

RGB 220 111 113 -
CMYK 0 0.50 0.49 0.14
HSL 358.9º 0.61% 0.65% -
HSV(B) 358.9º 0.5% 0.86% -
XYZ 38.18 27.78 18.97 -
YUV 143.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 220 111 113 0 0.50 0.49 0.14 358.9 0.61 0.65
Hex DC 6F 71 0 32 31 E 167 3D 41
Octal 334 157 161 0 62 61 16 547 75 101
Binary 11011100 1101111 1110001 0 110010 110001 1110 101100111 111101 1000001

Color Harmonies of #DC6F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F71

Black with #DC6F71

Text Example


Text Example

White with #DC6F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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