Html Css Color HEX #DD7379 Froly

📋 copy color: '#DD7379'

red 221 ◦ green 115 ◦ blue 121

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

Shades of Froly #DD7379

Tints of Froly #DD7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 48.36%
G = 25.16%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7379 (or 0xDD7379) is known color: Froly. HEX triplet: DD, 73 and 79. RGB value is (221,115,121). Sum of RGB (Red+Green+Blue) = 221+115+121=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7379 is #228C86. Grayscale: #939393. Windows color (decimal): -2264199 or 7959517. OLE color: 7959517.

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

Color convert

RGB 221 115 121 -
CMYK 0 0.48 0.45 0.13
HSL 356.6º 0.61% 0.66% -
HSV(B) 356.6º 0.48% 0.87% -
XYZ 39.4 29.01 21.61 -
YUV 147.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 221 115 121 0 0.48 0.45 0.13 356.6 0.61 0.66
Hex DD 73 79 0 30 2D D 165 3D 42
Octal 335 163 171 0 60 55 15 545 75 102
Binary 11011101 1110011 1111001 0 110000 101101 1101 101100101 111101 1000010

Color Harmonies of #DD7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7379

Black with #DD7379

Text Example


Text Example

White with #DD7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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