#DD6876

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

Shades of Froly #DD6876

Tints of Froly #DD6876

Color information

#DD6876 (or 0xDD6876) is unknown color: approx Froly. HEX triplet: DD, 68 and 76. RGB value is (221,104,118). Sum of RGB (Red+Green+Blue) = 221+104+118=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6876 is #229789. Grayscale: #8C8C8C. Windows color (decimal): -2267018 or 7760093. OLE color: 7760093.

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

Color convert

RGB221104118-
CMYK00.530.470.13
HSL352.82º63.24%63.73%-
HSV(B)352.82º52.94%86.67%-
XYZ38.0426.5820.27-
YUV140.58115.26185.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=49.89%
G=23.48%
B=26.64%

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
Decimal22110411800.530.470.13352.8263.2463.73
HexDD68760352FD1613f40
Octal335150166065571554177100
Binary1101110111010001110110011010110111111011011000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6876; }

 p { color: rgb(221,104,118); }

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

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

 a { background-color: rgb(221,104,118); }

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

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

 span { border-color: rgb(221,104,118); }

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