#D9626C

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

Shades of Froly #D9626C

Tints of Froly #D9626C

Color information

#D9626C (or 0xD9626C) is unknown color: approx Froly. HEX triplet: D9, 62 and 6C. RGB value is (217,98,108). Sum of RGB (Red+Green+Blue) = 217+98+108=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9626C is #269D93. Grayscale: #868686. Windows color (decimal): -2530708 or 7103193. OLE color: 7103193.

HSL color Cylindrical-coordinate representation of color #D9626C: hue angle of 354.96º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9626C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21798108-
CMYK00.550.500.15
HSL354.96º61.03%61.76%-
HSV(B)354.96º54.84%85.1%-
XYZ35.6924.5717.05-
YUV134.72112.92186.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=51.30%
G=23.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179810800.550.500.15354.9661.0361.76
HexD9626C03732F1633d3e
Octal33114215406762175437576
Binary110110011100010110110001101111100101111101100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9626C; }

 p { color: rgb(217,98,108); }

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

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

 a { background-color: rgb(217,98,108); }

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

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

 span { border-color: rgb(217,98,108); }

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