#DD6C72

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

Shades of Froly #DD6C72

Tints of Froly #DD6C72

Color information

#DD6C72 (or 0xDD6C72) is unknown color: approx Froly. HEX triplet: DD, 6C and 72. RGB value is (221,108,114). Sum of RGB (Red+Green+Blue) = 221+108+114=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C72 is #22938D. Grayscale: #8E8E8E. Windows color (decimal): -2265998 or 7498973. OLE color: 7498973.

HSL color Cylindrical-coordinate representation of color #DD6C72: hue angle of 356.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C72 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221108114-
CMYK00.510.480.13
HSL356.81º62.43%64.51%-
HSV(B)356.81º51.13%86.67%-
XYZ38.2227.3119.18-
YUV142.47111.94184.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=49.89%
G=24.38%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110811400.510.480.13356.8162.4364.51
HexDD6C7203330D1653e41
Octal335154162063601554576101
Binary1101110111011001110010011001111000011011011001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C72; }

 p { color: rgb(221,108,114); }

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

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

 a { background-color: rgb(221,108,114); }

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

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

 span { border-color: rgb(221,108,114); }

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