Html Css Color HEX #D95E4C Flamingo

📋 copy color: '#D95E4C'

red 217 ◦ green 94 ◦ blue 76

#D95E4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #D95E4C

Tints of Flamingo #D95E4C

RGB

 RED value IS 217 (85.16% from 255) = 56.07%

 GREEN value IS 94 (37.11% from 255) = 24.29%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 56.07%
G = 24.29%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D95E4C (or 0xD95E4C) is known color: Flamingo. HEX triplet: D9, 5E and 4C. RGB value is (217,94,76). Sum of RGB (Red+Green+Blue) = 217+94+76=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95E4C is #26A1B3. Grayscale: #808080. Windows color (decimal): -2531764 or 5005017. OLE color: 5005017.

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

Color convert

RGB 217 94 76 -
CMYK 0 0.57 0.65 0.15
HSL 7.66º 0.65% 0.57% -
HSV(B) 7.66º 0.65% 0.85% -
XYZ 33.92 23.28 9.54 -
YUV 128.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 217 94 76 0 0.57 0.65 0.15 7.66 0.65 0.57
Hex D9 5E 4C 0 39 41 F 8 41 39
Octal 331 136 114 0 71 101 17 10 101 71
Binary 11011001 1011110 1001100 0 111001 1000001 1111 1000 1000001 111001

Color Harmonies of #D95E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E4C

Black with #D95E4C

Text Example


Text Example

White with #D95E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E4C; }

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

 H1.HeaderClassName
 {
   color: #D95E4C;
 }
 .AnyTagClassName
 {
   color: #D95E4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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