Html Css Color HEX #DD7179 Froly

📋 copy color: '#DD7179'

red 221 ◦ green 113 ◦ blue 121

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

Shades of Froly #DD7179

Tints of Froly #DD7179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

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

R = 48.57%
G = 24.84%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7179 (or 0xDD7179) is known color: Froly. HEX triplet: DD, 71 and 79. RGB value is (221,113,121). Sum of RGB (Red+Green+Blue) = 221+113+121=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7179 is #228E86. Grayscale: #929292. Windows color (decimal): -2264711 or 7959005. OLE color: 7959005.

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

Color convert

RGB 221 113 121 -
CMYK 0 0.49 0.45 0.13
HSL 355.56º 0.61% 0.65% -
HSV(B) 355.56º 0.49% 0.87% -
XYZ 39.18 28.56 21.54 -
YUV 146.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 221 113 121 0 0.49 0.45 0.13 355.56 0.61 0.65
Hex DD 71 79 0 31 2D D 164 3D 41
Octal 335 161 171 0 61 55 15 544 75 101
Binary 11011101 1110001 1111001 0 110001 101101 1101 101100100 111101 1000001

Color Harmonies of #DD7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7179

Black with #DD7179

Text Example


Text Example

White with #DD7179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7179; }

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

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

background-color css

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

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

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

border-color css

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

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

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