#D3656E

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

Shades of Froly #D3656E

Tints of Froly #D3656E

Color information

#D3656E (or 0xD3656E) is unknown color: approx Froly. HEX triplet: D3, 65 and 6E. RGB value is (211,101,110). Sum of RGB (Red+Green+Blue) = 211+101+110=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3656E is #2C9A91. Grayscale: #868686. Windows color (decimal): -2923154 or 7235027. OLE color: 7235027.

HSL color Cylindrical-coordinate representation of color #D3656E: hue angle of 355.09º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3656E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211101110-
CMYK00.520.480.17
HSL355.09º55.56%61.18%-
HSV(B)355.09º52.13%82.75%-
XYZ34.3324.2817.63-
YUV134.92113.94182.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=50%
G=23.93%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110111000.520.480.17355.0955.5661.18
HexD3656E0343011163383d
Octal32314515606460215437075
Binary1101001111001011101110011010011000010001101100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3656E; }

 p { color: rgb(211,101,110); }

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

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

 a { background-color: rgb(211,101,110); }

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

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

 span { border-color: rgb(211,101,110); }

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