#D76570

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

Shades of Froly #D76570

Tints of Froly #D76570

Color information

#D76570 (or 0xD76570) is unknown color: approx Froly. HEX triplet: D7, 65 and 70. RGB value is (215,101,112). Sum of RGB (Red+Green+Blue) = 215+101+112=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76570 is #289A8F. Grayscale: #888888. Windows color (decimal): -2661008 or 7366103. OLE color: 7366103.

HSL color Cylindrical-coordinate representation of color #D76570: hue angle of 354.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76570 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215101112-
CMYK00.530.480.16
HSL354.21º58.76%61.96%-
HSV(B)354.21º53.02%84.31%-
XYZ35.624.9218.26-
YUV136.34114.27184.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=50.23%
G=23.60%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510111200.530.480.16354.2158.7661.96
HexD7657003530101623b3e
Octal32714516006560205427376
Binary1101011111001011110000011010111000010000101100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76570; }

 p { color: rgb(215,101,112); }

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

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

 a { background-color: rgb(215,101,112); }

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

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

 span { border-color: rgb(215,101,112); }

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