Html Css Color HEX #DC7E7F Froly

📋 copy color: '#DC7E7F'

red 220 ◦ green 126 ◦ blue 127

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

Shades of Froly #DC7E7F

Tints of Froly #DC7E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 127 (50% from 255) = 26.85%

R = 46.51%
G = 26.64%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC7E7F (or 0xDC7E7F) is known color: Froly. HEX triplet: DC, 7E and 7F. RGB value is (220,126,127). Sum of RGB (Red+Green+Blue) = 220+126+127=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7F is #238180. Grayscale: #9A9A9A. Windows color (decimal): -2326913 or 8355548. OLE color: 8355548.

HSL color Cylindrical-coordinate representation of color #DC7E7F: hue angle of 359.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E7F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 127 -
CMYK 0 0.43 0.42 0.14
HSL 359.36º 0.57% 0.68% -
HSV(B) 359.36º 0.43% 0.86% -
XYZ 40.81 31.67 24.04 -
YUV 154.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 220 126 127 0 0.43 0.42 0.14 359.36 0.57 0.68
Hex DC 7E 7F 0 2B 2A E 167 39 44
Octal 334 176 177 0 53 52 16 547 71 104
Binary 11011100 1111110 1111111 0 101011 101010 1110 101100111 111001 1000100

Color Harmonies of #DC7E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E7F

Black with #DC7E7F

Text Example


Text Example

White with #DC7E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E7F; }

 p { color: rgb(220,126,127); }

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

background-color css

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

 a { background-color: rgb(220,126,127); }

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

border-color css

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

 span { border-color: rgb(220,126,127); }

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