Html Css Color HEX #DD7074 Froly

📋 copy color: '#DD7074'

red 221 ◦ green 112 ◦ blue 116

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

Shades of Froly #DD7074

Tints of Froly #DD7074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 49.22%
G = 24.94%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7074 (or 0xDD7074) is known color: Froly. HEX triplet: DD, 70 and 74. RGB value is (221,112,116). Sum of RGB (Red+Green+Blue) = 221+112+116=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7074 is #228F8B. Grayscale: #919191. Windows color (decimal): -2264972 or 7631069. OLE color: 7631069.

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

Color convert

RGB 221 112 116 -
CMYK 0 0.49 0.48 0.13
HSL 357.8º 0.62% 0.65% -
HSV(B) 357.8º 0.49% 0.87% -
XYZ 38.77 28.22 19.93 -
YUV 145.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 221 112 116 0 0.49 0.48 0.13 357.8 0.62 0.65
Hex DD 70 74 0 31 30 D 166 3E 41
Octal 335 160 164 0 61 60 15 546 76 101
Binary 11011101 1110000 1110100 0 110001 110000 1101 101100110 111110 1000001

Color Harmonies of #DD7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7074

Black with #DD7074

Text Example


Text Example

White with #DD7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7074; }

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

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

background-color css

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

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

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

border-color css

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

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

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