#DD6678

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

Shades of Froly #DD6678

Tints of Froly #DD6678

Color information

#DD6678 (or 0xDD6678) is unknown color: approx Froly. HEX triplet: DD, 66 and 78. RGB value is (221,102,120). Sum of RGB (Red+Green+Blue) = 221+102+120=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6678 is #229987. Grayscale: #8B8B8B. Windows color (decimal): -2267528 or 7890653. OLE color: 7890653.

HSL color Cylindrical-coordinate representation of color #DD6678: hue angle of 350.92º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6678 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221102120-
CMYK00.540.460.13
HSL350.92º63.64%63.33%-
HSV(B)350.92º53.85%86.67%-
XYZ37.9626.2320.83-
YUV139.63116.92186.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=49.89%
G=23.02%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110212000.540.460.13350.9263.6463.33
HexDD66780362ED15f403f
Octal335146170066561553710077
Binary1101110111001101111000011011010111011011010111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6678; }

 p { color: rgb(221,102,120); }

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

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

 a { background-color: rgb(221,102,120); }

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

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

 span { border-color: rgb(221,102,120); }

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