Html Css Color HEX #DC6179 Froly

📋 copy color: '#DC6179'

red 220 ◦ green 97 ◦ blue 121

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

Shades of Froly #DC6179

Tints of Froly #DC6179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.63%

R = 50.23%
G = 22.15%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6179 (or 0xDC6179) is known color: Froly. HEX triplet: DC, 61 and 79. RGB value is (220,97,121). Sum of RGB (Red+Green+Blue) = 220+97+121=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6179 is #239E86. Grayscale: #888888. Windows color (decimal): -2334343 or 7954908. OLE color: 7954908.

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

Color convert

RGB 220 97 121 -
CMYK 0 0.56 0.45 0.14
HSL 348.29º 0.64% 0.62% -
HSV(B) 348.29º 0.56% 0.86% -
XYZ 37.24 25.15 20.98 -
YUV 136.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 220 97 121 0 0.56 0.45 0.14 348.29 0.64 0.62
Hex DC 61 79 0 38 2D E 15C 40 3E
Octal 334 141 171 0 70 55 16 534 100 76
Binary 11011100 1100001 1111001 0 111000 101101 1110 101011100 1000000 111110

Color Harmonies of #DC6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6179

Black with #DC6179

Text Example


Text Example

White with #DC6179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6179; }

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

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

background-color css

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

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

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

border-color css

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

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

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