Html Css Color HEX #D95F51 Flamingo

📋 copy color: '#D95F51'

red 217 ◦ green 95 ◦ blue 81

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

Shades of Flamingo #D95F51

Tints of Flamingo #D95F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 55.22%
G = 24.17%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95F51 (or 0xD95F51) is known color: Flamingo. HEX triplet: D9, 5F and 51. RGB value is (217,95,81). Sum of RGB (Red+Green+Blue) = 217+95+81=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F51 is #26A0AE. Grayscale: #828282. Windows color (decimal): -2531503 or 5332953. OLE color: 5332953.

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

Color convert

RGB 217 95 81 -
CMYK 0 0.56 0.63 0.15
HSL 6.18º 0.64% 0.58% -
HSV(B) 6.18º 0.63% 0.85% -
XYZ 34.19 23.53 10.52 -
YUV 129.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 217 95 81 0 0.56 0.63 0.15 6.18 0.64 0.58
Hex D9 5F 51 0 38 3F F 6 40 3A
Octal 331 137 121 0 70 77 17 6 100 72
Binary 11011001 1011111 1010001 0 111000 111111 1111 110 1000000 111010

Color Harmonies of #D95F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F51

Black with #D95F51

Text Example


Text Example

White with #D95F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F51; }

 p { color: rgb(217,95,81); }

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

background-color css

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

 a { background-color: rgb(217,95,81); }

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

border-color css

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

 span { border-color: rgb(217,95,81); }

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