#DD6770

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

Shades of Froly #DD6770

Tints of Froly #DD6770

Color information

#DD6770 (or 0xDD6770) is unknown color: approx Froly. HEX triplet: DD, 67 and 70. RGB value is (221,103,112). Sum of RGB (Red+Green+Blue) = 221+103+112=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6770 is #22988F. Grayscale: #8B8B8B. Windows color (decimal): -2267280 or 7366621. OLE color: 7366621.

HSL color Cylindrical-coordinate representation of color #DD6770: hue angle of 355.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6770 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221103112-
CMYK00.530.490.13
HSL355.42º63.44%63.53%-
HSV(B)355.42º53.39%86.67%-
XYZ37.5926.2418.41-
YUV139.31112.59186.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=50.69%
G=23.62%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110311200.530.490.13355.4263.4463.53
HexDD677003531D1633f40
Octal335147160065611554377100
Binary1101110111001111110000011010111000111011011000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6770; }

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

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

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

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

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

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

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

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