#D95E4A

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

Shades of Flamingo #D95E4A

Tints of Flamingo #D95E4A

Color information

#D95E4A (or 0xD95E4A) is unknown color: approx Flamingo. HEX triplet: D9, 5E and 4A. RGB value is (217,94,74). Sum of RGB (Red+Green+Blue) = 217+94+74=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95E4A is #26A1B5. Grayscale: #808080. Windows color (decimal): -2531766 or 4873945. OLE color: 4873945.

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

Color convert

RGB2179474-
CMYK00.570.660.15
HSL8.39º65.3%57.06%-
HSV(B)8.39º65.9%85.1%-
XYZ33.8523.259.18-
YUV128.597.25191.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=56.36%
G=24.42%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217947400.570.660.158.3965.357.06
HexD95E4A03942F84139
Octal331136112071102171010171
Binary110110011011110100101001110011000010111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E4A; }

 p { color: rgb(217,94,74); }

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

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

 a { background-color: rgb(217,94,74); }

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

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

 span { border-color: rgb(217,94,74); }

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