Html Css Color HEX #DC6579 Froly

📋 copy color: '#DC6579'

red 220 ◦ green 101 ◦ blue 121

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

Shades of Froly #DC6579

Tints of Froly #DC6579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 49.77%
G = 22.85%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6579 (or 0xDC6579) is known color: Froly. HEX triplet: DC, 65 and 79. RGB value is (220,101,121). Sum of RGB (Red+Green+Blue) = 220+101+121=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6579 is #239A86. Grayscale: #8A8A8A. Windows color (decimal): -2333319 or 7955932. OLE color: 7955932.

HSL color Cylindrical-coordinate representation of color #DC6579: hue angle of 349.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6579 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 121 -
CMYK 0 0.54 0.45 0.14
HSL 349.92º 0.63% 0.63% -
HSV(B) 349.92º 0.54% 0.86% -
XYZ 37.62 25.9 21.11 -
YUV 138.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 220 101 121 0 0.54 0.45 0.14 349.92 0.63 0.63
Hex DC 65 79 0 36 2D E 15E 3F 3F
Octal 334 145 171 0 66 55 16 536 77 77
Binary 11011100 1100101 1111001 0 110110 101101 1110 101011110 111111 111111

Color Harmonies of #DC6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6579

Black with #DC6579

Text Example


Text Example

White with #DC6579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6579; }

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

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

background-color css

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

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

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

border-color css

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

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

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