#DD626F

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

Shades of Froly #DD626F

Tints of Froly #DD626F

Color information

#DD626F (or 0xDD626F) is unknown color: approx Froly. HEX triplet: DD, 62 and 6F. RGB value is (221,98,111). Sum of RGB (Red+Green+Blue) = 221+98+111=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626F is #229D90. Grayscale: #888888. Windows color (decimal): -2268561 or 7299805. OLE color: 7299805.

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

Color convert

RGB22198111-
CMYK00.560.500.13
HSL353.66º64.4%62.55%-
HSV(B)353.66º55.66%86.67%-
XYZ37.0625.2617.96-
YUV136.26113.75188.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=51.40%
G=22.79%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219811100.560.500.13353.6664.462.55
HexDD626F03832D162403f
Octal335142157070621554210077
Binary1101110111000101101111011100011001011011011000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD626F; }

 p { color: rgb(221,98,111); }

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

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

 a { background-color: rgb(221,98,111); }

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

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

 span { border-color: rgb(221,98,111); }

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