Html Css Color HEX #DD7579 Froly

📋 copy color: '#DD7579'

red 221 ◦ green 117 ◦ blue 121

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

Shades of Froly #DD7579

Tints of Froly #DD7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 48.15%
G = 25.49%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7579 (or 0xDD7579) is known color: Froly. HEX triplet: DD, 75 and 79. RGB value is (221,117,121). Sum of RGB (Red+Green+Blue) = 221+117+121=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7579 is #228A86. Grayscale: #949494. Windows color (decimal): -2263687 or 7960029. OLE color: 7960029.

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

Color convert

RGB 221 117 121 -
CMYK 0 0.47 0.45 0.13
HSL 357.69º 0.6% 0.66% -
HSV(B) 357.69º 0.47% 0.87% -
XYZ 39.63 29.48 21.69 -
YUV 148.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 221 117 121 0 0.47 0.45 0.13 357.69 0.6 0.66
Hex DD 75 79 0 2F 2D D 166 3C 42
Octal 335 165 171 0 57 55 15 546 74 102
Binary 11011101 1110101 1111001 0 101111 101101 1101 101100110 111100 1000010

Color Harmonies of #DD7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7579

Black with #DD7579

Text Example


Text Example

White with #DD7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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