#D4707A

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

Shades of Froly #D4707A

Tints of Froly #D4707A

Color information

#D4707A (or 0xD4707A) is unknown color: approx Froly. HEX triplet: D4, 70 and 7A. RGB value is (212,112,122). Sum of RGB (Red+Green+Blue) = 212+112+122=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707A is #2B8F85. Grayscale: #8F8F8F. Windows color (decimal): -2854790 or 8024276. OLE color: 8024276.

HSL color Cylindrical-coordinate representation of color #D4707A: hue angle of 354º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4707A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212112122-
CMYK00.470.420.17
HSL354º53.76%63.53%-
HSV(B)354º47.17%83.14%-
XYZ36.4626.9921.7-
YUV143.04116.13177.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=47.53%
G=25.11%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211212200.470.420.1735453.7663.53
HexD4707A02F2A111623640
Octal324160172057522154266100
Binary11010100111000011110100101111101010100011011000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4707A; }

 p { color: rgb(212,112,122); }

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

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

 a { background-color: rgb(212,112,122); }

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

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

 span { border-color: rgb(212,112,122); }

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