#DD5F6E

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

Shades of Froly #DD5F6E

Tints of Froly #DD5F6E

Color information

#DD5F6E (or 0xDD5F6E) is unknown color: approx Froly. HEX triplet: DD, 5F and 6E. RGB value is (221,95,110). Sum of RGB (Red+Green+Blue) = 221+95+110=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F6E is #22A091. Grayscale: #868686. Windows color (decimal): -2269330 or 7233501. OLE color: 7233501.

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

Color convert

RGB22195110-
CMYK00.570.500.13
HSL352.86º64.95%61.96%-
HSV(B)352.86º57.01%86.67%-
XYZ36.7324.6817.58-
YUV134.38114.24189.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=51.88%
G=22.30%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219511000.570.500.13352.8664.9561.96
HexDD5F6E03932D161413e
Octal335137156071621554110176
Binary1101110110111111101110011100111001011011011000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F6E; }

 p { color: rgb(221,95,110); }

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

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

 a { background-color: rgb(221,95,110); }

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

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

 span { border-color: rgb(221,95,110); }

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