#DD5D70

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

Shades of Froly #DD5D70

Tints of Froly #DD5D70

Color information

#DD5D70 (or 0xDD5D70) is unknown color: approx Froly. HEX triplet: DD, 5D and 70. RGB value is (221,93,112). Sum of RGB (Red+Green+Blue) = 221+93+112=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D70 is #22A28F. Grayscale: #858585. Windows color (decimal): -2269840 or 7364061. OLE color: 7364061.

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

Color convert

RGB22193112-
CMYK00.580.490.13
HSL351.09º65.31%61.57%-
HSV(B)351.09º57.92%86.67%-
XYZ36.6624.3718.1-
YUV133.44115.91190.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=51.88%
G=21.83%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219311200.580.490.13351.0965.3161.57
HexDD5D7003A31D15f413e
Octal335135160072611553710176
Binary1101110110111011110000011101011000111011010111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D70; }

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

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

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

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

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

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

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

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