#DD6670

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

Shades of Froly #DD6670

Tints of Froly #DD6670

Color information

#DD6670 (or 0xDD6670) is unknown color: approx Froly. HEX triplet: DD, 66 and 70. RGB value is (221,102,112). Sum of RGB (Red+Green+Blue) = 221+102+112=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6670 is #22998F. Grayscale: #8A8A8A. Windows color (decimal): -2267536 or 7366365. OLE color: 7366365.

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

Color convert

RGB221102112-
CMYK00.540.490.13
HSL354.96º63.64%63.33%-
HSV(B)354.96º53.85%86.67%-
XYZ37.4926.0418.38-
YUV138.72112.92186.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=50.80%
G=23.45%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110211200.540.490.13354.9663.6463.33
HexDD667003631D163403f
Octal335146160066611554310077
Binary1101110111001101110000011011011000111011011000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6670; }

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

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

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

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

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

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

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

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