#DC7A7D

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

Shades of Froly #DC7A7D

Tints of Froly #DC7A7D

Color information

#DC7A7D (or 0xDC7A7D) is unknown color: approx Froly. HEX triplet: DC, 7A and 7D. RGB value is (220,122,125). Sum of RGB (Red+Green+Blue) = 220+122+125=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A7D is #238582. Grayscale: #979797. Windows color (decimal): -2327939 or 8223452. OLE color: 8223452.

HSL color Cylindrical-coordinate representation of color #DC7A7D: hue angle of 358.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A7D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220122125-
CMYK00.450.430.14
HSL358.16º58.33%67.06%-
HSV(B)358.16º44.55%86.27%-
XYZ40.1830.6223.19-
YUV151.64112.97176.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=47.11%
G=26.12%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012212500.450.430.14358.1658.3367.06
HexDC7A7D02D2BE1663a43
Octal334172175055531654672103
Binary1101110011110101111101010110110101111101011001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A7D; }

 p { color: rgb(220,122,125); }

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

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

 a { background-color: rgb(220,122,125); }

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

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

 span { border-color: rgb(220,122,125); }

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