#DD6870

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

Shades of Froly #DD6870

Tints of Froly #DD6870

Color information

#DD6870 (or 0xDD6870) is unknown color: approx Froly. HEX triplet: DD, 68 and 70. RGB value is (221,104,112). Sum of RGB (Red+Green+Blue) = 221+104+112=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6870 is #22978F. Grayscale: #8B8B8B. Windows color (decimal): -2267024 or 7366877. OLE color: 7366877.

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

Color convert

RGB221104112-
CMYK00.530.490.13
HSL355.9º63.24%63.73%-
HSV(B)355.9º52.94%86.67%-
XYZ37.6926.4418.45-
YUV139.89112.26185.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=50.57%
G=23.80%
B=25.63%

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
Decimal22110411200.530.490.13355.963.2463.73
HexDD687003531D1643f40
Octal335150160065611554477100
Binary1101110111010001110000011010111000111011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6870; }

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

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

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

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

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

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

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

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