#D5646A

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

Shades of Froly #D5646A

Tints of Froly #D5646A

Color information

#D5646A (or 0xD5646A) is unknown color: approx Froly. HEX triplet: D5, 64 and 6A. RGB value is (213,100,106). Sum of RGB (Red+Green+Blue) = 213+100+106=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5646A is #2A9B95. Grayscale: #868686. Windows color (decimal): -2792342 or 6972629. OLE color: 6972629.

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

Color convert

RGB213100106-
CMYK00.530.500.16
HSL356.81º57.36%61.37%-
HSV(B)356.81º53.05%83.53%-
XYZ34.624.316.5-
YUV134.47111.94184.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=50.84%
G=23.87%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310010600.530.500.16356.8157.3661.37
HexD5646A0353210165393d
Octal32514415206562205457175
Binary1101010111001001101010011010111001010000101100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5646A; }

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

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

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

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

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

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

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

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