#D3656F

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

Shades of Froly #D3656F

Tints of Froly #D3656F

Color information

#D3656F (or 0xD3656F) is unknown color: approx Froly. HEX triplet: D3, 65 and 6F. RGB value is (211,101,111). Sum of RGB (Red+Green+Blue) = 211+101+111=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3656F is #2C9A90. Grayscale: #878787. Windows color (decimal): -2923153 or 7300563. OLE color: 7300563.

HSL color Cylindrical-coordinate representation of color #D3656F: hue angle of 354.55º 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 #D3656F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211101111-
CMYK00.520.470.17
HSL354.55º55.56%61.18%-
HSV(B)354.55º52.13%82.75%-
XYZ34.3924.317.92-
YUV135.03114.44182.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.88%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=49.88%
G=23.88%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110111100.520.470.17354.5555.5661.18
HexD3656F0342F11163383d
Octal32314515706457215437075
Binary1101001111001011101111011010010111110001101100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3656F; }

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

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

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

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

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

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

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

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