Html Css Color HEX #DC777C Froly

📋 copy color: '#DC777C'

red 220 ◦ green 119 ◦ blue 124

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

Shades of Froly #DC777C

Tints of Froly #DC777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 47.52%
G = 25.7%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC777C (or 0xDC777C) is known color: Froly. HEX triplet: DC, 77 and 7C. RGB value is (220,119,124). Sum of RGB (Red+Green+Blue) = 220+119+124=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC777C is #238883. Grayscale: #959595. Windows color (decimal): -2328708 or 8157148. OLE color: 8157148.

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

Color convert

RGB 220 119 124 -
CMYK 0 0.46 0.44 0.14
HSL 357.03º 0.59% 0.66% -
HSV(B) 357.03º 0.46% 0.86% -
XYZ 39.75 29.86 22.74 -
YUV 149.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 220 119 124 0 0.46 0.44 0.14 357.03 0.59 0.66
Hex DC 77 7C 0 2E 2C E 165 3B 42
Octal 334 167 174 0 56 54 16 545 73 102
Binary 11011100 1110111 1111100 0 101110 101100 1110 101100101 111011 1000010

Color Harmonies of #DC777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC777C

Black with #DC777C

Text Example


Text Example

White with #DC777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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