#D5646D

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

Shades of Froly #D5646D

Tints of Froly #D5646D

Color information

#D5646D (or 0xD5646D) is unknown color: approx Froly. HEX triplet: D5, 64 and 6D. RGB value is (213,100,109). Sum of RGB (Red+Green+Blue) = 213+100+109=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5646D is #2A9B92. Grayscale: #868686. Windows color (decimal): -2792339 or 7169237. OLE color: 7169237.

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

Color convert

RGB213100109-
CMYK00.530.490.16
HSL355.22º57.36%61.37%-
HSV(B)355.22º53.05%83.53%-
XYZ34.7624.3617.34-
YUV134.81113.44183.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=50.47%
G=23.70%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310010900.530.490.16355.2257.3661.37
HexD5646D0353110163393d
Octal32514415506561205437175
Binary1101010111001001101101011010111000110000101100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5646D; }

 p { color: rgb(213,100,109); }

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

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

 a { background-color: rgb(213,100,109); }

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

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

 span { border-color: rgb(213,100,109); }

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