#D2656E

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

Shades of Froly #D2656E

Tints of Froly #D2656E

Color information

#D2656E (or 0xD2656E) is unknown color: approx Froly. HEX triplet: D2, 65 and 6E. RGB value is (210,101,110). Sum of RGB (Red+Green+Blue) = 210+101+110=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2656E is #2D9A91. Grayscale: #868686. Windows color (decimal): -2988690 or 7235026. OLE color: 7235026.

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

Color convert

RGB210101110-
CMYK00.520.480.18
HSL355.05º54.77%60.98%-
HSV(B)355.05º51.9%82.35%-
XYZ34.0524.1317.62-
YUV134.62114.11181.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=49.88%
G=23.99%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010111000.520.480.18355.0554.7760.98
HexD2656E0343012163373d
Octal32214515606460225436775
Binary1101001011001011101110011010011000010010101100011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2656E; }

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

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

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

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

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

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

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

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