#D76151

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

Shades of Flamingo #D76151

Tints of Flamingo #D76151

Color information

#D76151 (or 0xD76151) is unknown color: approx Flamingo. HEX triplet: D7, 61 and 51. RGB value is (215,97,81). Sum of RGB (Red+Green+Blue) = 215+97+81=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D76151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76151 is #289EAE. Grayscale: #828282. Windows color (decimal): -2662063 or 5333463. OLE color: 5333463.

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

Color convert

RGB2159781-
CMYK00.550.620.16
HSL7.16º62.62%58.04%-
HSV(B)7.16º62.33%84.31%-
XYZ33.7823.5910.56-
YUV130.46100.09188.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=54.71%
G=24.68%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215978100.550.620.167.1662.6258.04
HexD761510373E1073f3a
Octal327141121067762077772
Binary1101011111000011010001011011111111010000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76151; }

 p { color: rgb(215,97,81); }

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

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

 a { background-color: rgb(215,97,81); }

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

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

 span { border-color: rgb(215,97,81); }

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