#D6626F

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

Shades of Froly #D6626F

Tints of Froly #D6626F

Color information

#D6626F (or 0xD6626F) is unknown color: approx Froly. HEX triplet: D6, 62 and 6F. RGB value is (214,98,111). Sum of RGB (Red+Green+Blue) = 214+98+111=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6626F is #299D90. Grayscale: #868686. Windows color (decimal): -2727313 or 7299798. OLE color: 7299798.

HSL color Cylindrical-coordinate representation of color #D6626F: hue angle of 353.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6626F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21498111-
CMYK00.540.480.16
HSL353.28º58.59%61.18%-
HSV(B)353.28º54.21%83.92%-
XYZ34.9724.1817.86-
YUV134.17114.93184.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=50.59%
G=23.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149811100.540.480.16353.2858.5961.18
HexD6626F03630101613b3d
Octal32614215706660205417375
Binary1101011011000101101111011011011000010000101100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6626F; }

 p { color: rgb(214,98,111); }

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

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

 a { background-color: rgb(214,98,111); }

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

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

 span { border-color: rgb(214,98,111); }

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