Html Css Color HEX #DD7173 Froly

📋 copy color: '#DD7173'

red 221 ◦ green 113 ◦ blue 115

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

Shades of Froly #DD7173

Tints of Froly #DD7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 49.22%
G = 25.17%
B = 25.61%

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

#DD7173 (or 0xDD7173) is known color: Froly. HEX triplet: DD, 71 and 73. RGB value is (221,113,115). Sum of RGB (Red+Green+Blue) = 221+113+115=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7173 is #228E8C. Grayscale: #919191. Windows color (decimal): -2264717 or 7565789. OLE color: 7565789.

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

Color convert

RGB 221 113 115 -
CMYK 0 0.49 0.48 0.13
HSL 358.89º 0.61% 0.65% -
HSV(B) 358.89º 0.49% 0.87% -
XYZ 38.82 28.42 19.66 -
YUV 145.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 221 113 115 0 0.49 0.48 0.13 358.89 0.61 0.65
Hex DD 71 73 0 31 30 D 167 3D 41
Octal 335 161 163 0 61 60 15 547 75 101
Binary 11011101 1110001 1110011 0 110001 110000 1101 101100111 111101 1000001

Color Harmonies of #DD7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7173

Black with #DD7173

Text Example


Text Example

White with #DD7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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