#DD7C7D

Color #DD7C7D Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DD7C7D

Tints of Froly #DD7C7D

Color information

#DD7C7D (or 0xDD7C7D) is unknown color: approx Froly. HEX triplet: DD, 7C and 7D. RGB value is (221,124,125). Sum of RGB (Red+Green+Blue) = 221+124+125=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C7D is #228382. Grayscale: #999999. Windows color (decimal): -2261891 or 8223965. OLE color: 8223965.

HSL color Cylindrical-coordinate representation of color #DD7C7D: hue angle of 359.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C7D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221124125-
CMYK00.440.430.13
HSL359.38º58.79%67.65%-
HSV(B)359.38º43.89%86.67%-
XYZ40.7331.2723.29-
YUV153.12112.14176.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=47.02%
G=26.38%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112412500.440.430.13359.3858.7967.65
HexDD7C7D02C2BD1673b44
Octal335174175054531554773104
Binary1101110111111001111101010110010101111011011001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C7D; }

 p { color: rgb(221,124,125); }

 H1.HeaderClassName
 {
   color: #DD7C7D;
 }
 .AnyTagClassName
 {
   color: #DD7C7D;
 }
</style>
background-color css

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

 a { background-color: rgb(221,124,125); }

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

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

 span { border-color: rgb(221,124,125); }

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