Html Css Color HEX #DC6A71 Froly

📋 copy color: '#DC6A71'

red 220 ◦ green 106 ◦ blue 113

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

Shades of Froly #DC6A71

Tints of Froly #DC6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

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

R = 50.11%
G = 24.15%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6A71 (or 0xDC6A71) is known color: Froly. HEX triplet: DC, 6A and 71. RGB value is (220,106,113). Sum of RGB (Red+Green+Blue) = 220+106+113=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A71 is #23958E. Grayscale: #8C8C8C. Windows color (decimal): -2332047 or 7432924. OLE color: 7432924.

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

Color convert

RGB 220 106 113 -
CMYK 0 0.52 0.49 0.14
HSL 356.32º 0.62% 0.64% -
HSV(B) 356.32º 0.52% 0.86% -
XYZ 37.65 26.72 18.8 -
YUV 140.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 220 106 113 0 0.52 0.49 0.14 356.32 0.62 0.64
Hex DC 6A 71 0 34 31 E 164 3E 40
Octal 334 152 161 0 64 61 16 544 76 100
Binary 11011100 1101010 1110001 0 110100 110001 1110 101100100 111110 1000000

Color Harmonies of #DC6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A71

Black with #DC6A71

Text Example


Text Example

White with #DC6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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