Html Css Color HEX #DC7D7F Froly

📋 copy color: '#DC7D7F'

red 220 ◦ green 125 ◦ blue 127

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

Shades of Froly #DC7D7F

Tints of Froly #DC7D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

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

R = 46.61%
G = 26.48%
B = 26.91%

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

#DC7D7F (or 0xDC7D7F) is known color: Froly. HEX triplet: DC, 7D and 7F. RGB value is (220,125,127). Sum of RGB (Red+Green+Blue) = 220+125+127=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D7F is #238280. Grayscale: #999999. Windows color (decimal): -2327169 or 8355292. OLE color: 8355292.

HSL color Cylindrical-coordinate representation of color #DC7D7F: hue angle of 358.74º degrees, saturation: 0.58, 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 #DC7D7F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 127 -
CMYK 0 0.43 0.42 0.14
HSL 358.74º 0.58% 0.68% -
HSV(B) 358.74º 0.43% 0.86% -
XYZ 40.68 31.42 24 -
YUV 153.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 220 125 127 0 0.43 0.42 0.14 358.74 0.58 0.68
Hex DC 7D 7F 0 2B 2A E 167 3A 44
Octal 334 175 177 0 53 52 16 547 72 104
Binary 11011100 1111101 1111111 0 101011 101010 1110 101100111 111010 1000100

Color Harmonies of #DC7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D7F

Black with #DC7D7F

Text Example


Text Example

White with #DC7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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