#D5676F

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

Shades of Froly #D5676F

Tints of Froly #D5676F

Color information

#D5676F (or 0xD5676F) is unknown color: approx Froly. HEX triplet: D5, 67 and 6F. RGB value is (213,103,111). Sum of RGB (Red+Green+Blue) = 213+103+111=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676F is #2A9890. Grayscale: #888888. Windows color (decimal): -2791569 or 7301077. OLE color: 7301077.

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

Color convert

RGB213103111-
CMYK00.520.480.16
HSL355.64º56.7%61.96%-
HSV(B)355.64º51.64%83.53%-
XYZ35.1624.9918.01-
YUV136.8113.44182.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=49.88%
G=24.12%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310311100.520.480.16355.6456.761.96
HexD5676F0343010164393e
Octal32514715706460205447176
Binary1101010111001111101111011010011000010000101100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5676F; }

 p { color: rgb(213,103,111); }

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

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

 a { background-color: rgb(213,103,111); }

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

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

 span { border-color: rgb(213,103,111); }

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