#D4657A

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

Shades of Froly #D4657A

Tints of Froly #D4657A

Color information

#D4657A (or 0xD4657A) is unknown color: approx Froly. HEX triplet: D4, 65 and 7A. RGB value is (212,101,122). Sum of RGB (Red+Green+Blue) = 212+101+122=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4657A is #2B9A85. Grayscale: #888888. Windows color (decimal): -2857606 or 8021460. OLE color: 8021460.

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

Color convert

RGB212101122-
CMYK00.520.420.17
HSL348.65º56.35%61.37%-
HSV(B)348.65º52.36%83.14%-
XYZ35.3224.7121.32-
YUV136.58119.77181.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=48.74%
G=23.22%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210112200.520.420.17348.6556.3561.37
HexD4657A0342A1115d383d
Octal32414517206452215357075
Binary1101010011001011111010011010010101010001101011101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4657A; }

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

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

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

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

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

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

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

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