Html Css Color HEX #DC6679 Froly

📋 copy color: '#DC6679'

red 220 ◦ green 102 ◦ blue 121

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

Shades of Froly #DC6679

Tints of Froly #DC6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 49.66%
G = 23.02%
B = 27.31%

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

#DC6679 (or 0xDC6679) is known color: Froly. HEX triplet: DC, 66 and 79. RGB value is (220,102,121). Sum of RGB (Red+Green+Blue) = 220+102+121=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6679 is #239986. Grayscale: #8B8B8B. Windows color (decimal): -2333063 or 7956188. OLE color: 7956188.

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

Color convert

RGB 220 102 121 -
CMYK 0 0.54 0.45 0.14
HSL 350.34º 0.63% 0.63% -
HSV(B) 350.34º 0.54% 0.86% -
XYZ 37.72 26.1 21.14 -
YUV 139.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 220 102 121 0 0.54 0.45 0.14 350.34 0.63 0.63
Hex DC 66 79 0 36 2D E 15E 3F 3F
Octal 334 146 171 0 66 55 16 536 77 77
Binary 11011100 1100110 1111001 0 110110 101101 1110 101011110 111111 111111

Color Harmonies of #DC6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6679

Black with #DC6679

Text Example


Text Example

White with #DC6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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