#D6656A

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

Shades of Froly #D6656A

Tints of Froly #D6656A

Color information

#D6656A (or 0xD6656A) is unknown color: approx Froly. HEX triplet: D6, 65 and 6A. RGB value is (214,101,106). Sum of RGB (Red+Green+Blue) = 214+101+106=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6656A is #299A95. Grayscale: #878787. Windows color (decimal): -2726550 or 6972886. OLE color: 6972886.

HSL color Cylindrical-coordinate representation of color #D6656A: hue angle of 357.35º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6656A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214101106-
CMYK00.530.500.16
HSL357.35º57.95%61.76%-
HSV(B)357.35º52.8%83.92%-
XYZ34.9924.6416.55-
YUV135.36111.44184.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=50.83%
G=23.99%
B=25.18%

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
Decimal21410110600.530.500.16357.3557.9561.76
HexD6656A03532101653a3e
Octal32614515206562205457276
Binary1101011011001011101010011010111001010000101100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6656A; }

 p { color: rgb(214,101,106); }

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

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

 a { background-color: rgb(214,101,106); }

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

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

 span { border-color: rgb(214,101,106); }

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