#DD6773

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

Shades of Froly #DD6773

Tints of Froly #DD6773

Color information

#DD6773 (or 0xDD6773) is unknown color: approx Froly. HEX triplet: DD, 67 and 73. RGB value is (221,103,115). Sum of RGB (Red+Green+Blue) = 221+103+115=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6773 is #22988C. Grayscale: #8B8B8B. Windows color (decimal): -2267277 or 7563229. OLE color: 7563229.

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

Color convert

RGB221103115-
CMYK00.530.480.13
HSL353.9º63.44%63.53%-
HSV(B)353.9º53.39%86.67%-
XYZ37.7626.3119.31-
YUV139.65114.09186.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=50.34%
G=23.46%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110311500.530.480.13353.963.4463.53
HexDD677303530D1623f40
Octal335147163065601554277100
Binary1101110111001111110011011010111000011011011000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6773; }

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

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

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

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

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

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

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

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