Html Css Color HEX #DD7079 Froly

📋 copy color: '#DD7079'

red 221 ◦ green 112 ◦ blue 121

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

Shades of Froly #DD7079

Tints of Froly #DD7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 48.68%
G = 24.67%
B = 26.65%

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

#DD7079 (or 0xDD7079) is known color: Froly. HEX triplet: DD, 70 and 79. RGB value is (221,112,121). Sum of RGB (Red+Green+Blue) = 221+112+121=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7079 is #228F86. Grayscale: #919191. Windows color (decimal): -2264967 or 7958749. OLE color: 7958749.

HSL color Cylindrical-coordinate representation of color #DD7079: hue angle of 355.05º degrees, saturation: 0.62, 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 #DD7079 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 121 -
CMYK 0 0.49 0.45 0.13
HSL 355.05º 0.62% 0.65% -
HSV(B) 355.05º 0.49% 0.87% -
XYZ 39.06 28.34 21.5 -
YUV 145.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 221 112 121 0 0.49 0.45 0.13 355.05 0.62 0.65
Hex DD 70 79 0 31 2D D 163 3E 41
Octal 335 160 171 0 61 55 15 543 76 101
Binary 11011101 1110000 1111001 0 110001 101101 1101 101100011 111110 1000001

Color Harmonies of #DD7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7079

Black with #DD7079

Text Example


Text Example

White with #DD7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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