Html Css Color HEX #DD797F Froly

📋 copy color: '#DD797F'

red 221 ◦ green 121 ◦ blue 127

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

Shades of Froly #DD797F

Tints of Froly #DD797F

RGB

 RED value IS 221 (86.72% from 255) = 47.12%

 GREEN value IS 121 (47.66% from 255) = 25.8%

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

R = 47.12%
G = 25.8%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD797F (or 0xDD797F) is known color: Froly. HEX triplet: DD, 79 and 7F. RGB value is (221,121,127). Sum of RGB (Red+Green+Blue) = 221+121+127=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD797F is #228680. Grayscale: #979797. Windows color (decimal): -2262657 or 8354269. OLE color: 8354269.

HSL color Cylindrical-coordinate representation of color #DD797F: hue angle of 356.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD797F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 127 -
CMYK 0 0.45 0.43 0.13
HSL 356.4º 0.6% 0.67% -
HSV(B) 356.4º 0.45% 0.87% -
XYZ 40.49 30.58 23.85 -
YUV 151.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 221 121 127 0 0.45 0.43 0.13 356.4 0.6 0.67
Hex DD 79 7F 0 2D 2B D 164 3C 43
Octal 335 171 177 0 55 53 15 544 74 103
Binary 11011101 1111001 1111111 0 101101 101011 1101 101100100 111100 1000011

Color Harmonies of #DD797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD797F

Black with #DD797F

Text Example


Text Example

White with #DD797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD797F; }

 p { color: rgb(221,121,127); }

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

background-color css

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

 a { background-color: rgb(221,121,127); }

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

border-color css

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

 span { border-color: rgb(221,121,127); }

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