#D85F4D

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

Shades of Flamingo #D85F4D

Tints of Flamingo #D85F4D

Color information

#D85F4D (or 0xD85F4D) is unknown color: approx Flamingo. HEX triplet: D8, 5F and 4D. RGB value is (216,95,77). Sum of RGB (Red+Green+Blue) = 216+95+77=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F4D is #27A0B2. Grayscale: #818181. Windows color (decimal): -2597043 or 5070808. OLE color: 5070808.

HSL color Cylindrical-coordinate representation of color #D85F4D: hue angle of 7.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85F4D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2169577-
CMYK00.560.640.15
HSL7.77º64.06%57.45%-
HSV(B)7.77º64.35%84.71%-
XYZ33.7523.329.74-
YUV129.1398.59189.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.67%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=55.67%
G=24.48%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216957700.560.640.157.7764.0657.45
HexD85F4D03840F84039
Octal330137115070100171010071
Binary110110001011111100110101110001000000111110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F4D; }

 p { color: rgb(216,95,77); }

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

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

 a { background-color: rgb(216,95,77); }

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

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

 span { border-color: rgb(216,95,77); }

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