#DD6775

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

Shades of Froly #DD6775

Tints of Froly #DD6775

Color information

#DD6775 (or 0xDD6775) is unknown color: approx Froly. HEX triplet: DD, 67 and 75. RGB value is (221,103,117). Sum of RGB (Red+Green+Blue) = 221+103+117=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6775 is #22988A. Grayscale: #8B8B8B. Windows color (decimal): -2267275 or 7694301. OLE color: 7694301.

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

Color convert

RGB221103117-
CMYK00.530.470.13
HSL352.88º63.44%63.53%-
HSV(B)352.88º53.39%86.67%-
XYZ37.8826.3619.92-
YUV139.88115.09185.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=50.11%
G=23.36%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110311700.530.470.13352.8863.4463.53
HexDD67750352FD1613f40
Octal335147165065571554177100
Binary1101110111001111110101011010110111111011011000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6775; }

 p { color: rgb(221,103,117); }

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

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

 a { background-color: rgb(221,103,117); }

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

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

 span { border-color: rgb(221,103,117); }

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