Html Css Color HEX #DD7178 Froly

📋 copy color: '#DD7178'

red 221 ◦ green 113 ◦ blue 120

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

Shades of Froly #DD7178

Tints of Froly #DD7178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 48.68%
G = 24.89%
B = 26.43%

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

#DD7178 (or 0xDD7178) is known color: Froly. HEX triplet: DD, 71 and 78. RGB value is (221,113,120). Sum of RGB (Red+Green+Blue) = 221+113+120=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7178 is #228E87. Grayscale: #929292. Windows color (decimal): -2264712 or 7893469. OLE color: 7893469.

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

Color convert

RGB 221 113 120 -
CMYK 0 0.49 0.46 0.13
HSL 356.11º 0.61% 0.65% -
HSV(B) 356.11º 0.49% 0.87% -
XYZ 39.11 28.54 21.22 -
YUV 146.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 221 113 120 0 0.49 0.46 0.13 356.11 0.61 0.65
Hex DD 71 78 0 31 2E D 164 3D 41
Octal 335 161 170 0 61 56 15 544 75 101
Binary 11011101 1110001 1111000 0 110001 101110 1101 101100100 111101 1000001

Color Harmonies of #DD7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7178

Black with #DD7178

Text Example


Text Example

White with #DD7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7178; }

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

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

background-color css

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

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

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

border-color css

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

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

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