#DD6F71

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

Shades of Froly #DD6F71

Tints of Froly #DD6F71

Color information

#DD6F71 (or 0xDD6F71) is unknown color: approx Froly. HEX triplet: DD, 6F and 71. RGB value is (221,111,113). Sum of RGB (Red+Green+Blue) = 221+111+113=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F71 is #22908E. Grayscale: #909090. Windows color (decimal): -2265231 or 7434205. OLE color: 7434205.

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

Color convert

RGB221111113-
CMYK00.500.490.13
HSL358.91º61.8%65.1%-
HSV(B)358.91º49.77%86.67%-
XYZ38.4827.9318.99-
YUV144.12110.44182.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=49.66%
G=24.94%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111111300.500.490.13358.9161.865.1
HexDD6F7103231D1673e41
Octal335157161062611554776101
Binary1101110111011111110001011001011000111011011001111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F71; }

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

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

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

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

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

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

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

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