Html Css Color HEX #DC6177 Froly

📋 copy color: '#DC6177'

red 220 ◦ green 97 ◦ blue 119

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

Shades of Froly #DC6177

Tints of Froly #DC6177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 50.46%
G = 22.25%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6177 (or 0xDC6177) is known color: Froly. HEX triplet: DC, 61 and 77. RGB value is (220,97,119). Sum of RGB (Red+Green+Blue) = 220+97+119=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6177 is #239E88. Grayscale: #888888. Windows color (decimal): -2334345 or 7823836. OLE color: 7823836.

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

Color convert

RGB 220 97 119 -
CMYK 0 0.56 0.46 0.14
HSL 349.27º 0.64% 0.62% -
HSV(B) 349.27º 0.56% 0.86% -
XYZ 37.12 25.1 20.34 -
YUV 136.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 220 97 119 0 0.56 0.46 0.14 349.27 0.64 0.62
Hex DC 61 77 0 38 2E E 15D 40 3E
Octal 334 141 167 0 70 56 16 535 100 76
Binary 11011100 1100001 1110111 0 111000 101110 1110 101011101 1000000 111110

Color Harmonies of #DC6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6177

Black with #DC6177

Text Example


Text Example

White with #DC6177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6177; }

 p { color: rgb(220,97,119); }

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

background-color css

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

 a { background-color: rgb(220,97,119); }

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

border-color css

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

 span { border-color: rgb(220,97,119); }

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