Html Css Color HEX #DD7077 Froly

📋 copy color: '#DD7077'

red 221 ◦ green 112 ◦ blue 119

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

Shades of Froly #DD7077

Tints of Froly #DD7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 48.89%
G = 24.78%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7077 (or 0xDD7077) is known color: Froly. HEX triplet: DD, 70 and 77. RGB value is (221,112,119). Sum of RGB (Red+Green+Blue) = 221+112+119=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7077 is #228F88. Grayscale: #919191. Windows color (decimal): -2264969 or 7827677. OLE color: 7827677.

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

Color convert

RGB 221 112 119 -
CMYK 0 0.49 0.46 0.13
HSL 356.15º 0.62% 0.65% -
HSV(B) 356.15º 0.49% 0.87% -
XYZ 38.94 28.29 20.86 -
YUV 145.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 221 112 119 0 0.49 0.46 0.13 356.15 0.62 0.65
Hex DD 70 77 0 31 2E D 164 3E 41
Octal 335 160 167 0 61 56 15 544 76 101
Binary 11011101 1110000 1110111 0 110001 101110 1101 101100100 111110 1000001

Color Harmonies of #DD7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7077

Black with #DD7077

Text Example


Text Example

White with #DD7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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