#D5646E

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

Shades of Froly #D5646E

Tints of Froly #D5646E

Color information

#D5646E (or 0xD5646E) is unknown color: approx Froly. HEX triplet: D5, 64 and 6E. RGB value is (213,100,110). Sum of RGB (Red+Green+Blue) = 213+100+110=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5646E is #2A9B91. Grayscale: #878787. Windows color (decimal): -2792338 or 7234773. OLE color: 7234773.

HSL color Cylindrical-coordinate representation of color #D5646E: hue angle of 354.69º 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 #D5646E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213100110-
CMYK00.530.480.16
HSL354.69º57.36%61.37%-
HSV(B)354.69º53.05%83.53%-
XYZ34.8124.3917.62-
YUV134.93113.94183.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=50.35%
G=23.64%
B=26.00%

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
Decimal21310011000.530.480.16354.6957.3661.37
HexD5646E0353010163393d
Octal32514415606560205437175
Binary1101010111001001101110011010111000010000101100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5646E; }

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

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

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

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

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

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

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

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