#DF7A7D

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

Shades of Froly #DF7A7D

Tints of Froly #DF7A7D

Color information

#DF7A7D (or 0xDF7A7D) is unknown color: approx Froly. HEX triplet: DF, 7A and 7D. RGB value is (223,122,125). Sum of RGB (Red+Green+Blue) = 223+122+125=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A7D is #208582. Grayscale: #989898. Windows color (decimal): -2131331 or 8223455. OLE color: 8223455.

HSL color Cylindrical-coordinate representation of color #DF7A7D: hue angle of 358.22º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7A7D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223122125-
CMYK00.450.440.13
HSL358.22º61.21%67.65%-
HSV(B)358.22º45.29%87.45%-
XYZ41.0931.0923.24-
YUV152.54112.46178.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=47.45%
G=25.96%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312212500.450.440.13358.2261.2167.65
HexDF7A7D02D2CD1663d44
Octal337172175055541554675104
Binary1101111111110101111101010110110110011011011001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7A7D; }

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

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

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

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

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

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

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

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