Html Css Color HEX #D46451 Flamingo

📋 copy color: '#D46451'

red 212 ◦ green 100 ◦ blue 81

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

Shades of Flamingo #D46451

Tints of Flamingo #D46451

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 53.94%
G = 25.45%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D46451 (or 0xD46451) is known color: Flamingo. HEX triplet: D4, 64 and 51. RGB value is (212,100,81). Sum of RGB (Red+Green+Blue) = 212+100+81=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D46451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46451 is #2B9BAE. Grayscale: #838383. Windows color (decimal): -2857903 or 5334228. OLE color: 5334228.

HSL color Cylindrical-coordinate representation of color #D46451: hue angle of 8.7º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46451 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 81 -
CMYK 0 0.53 0.62 0.17
HSL 8.7º 0.6% 0.57% -
HSV(B) 8.7º 0.62% 0.83% -
XYZ 33.19 23.71 10.61 -
YUV 131.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 212 100 81 0 0.53 0.62 0.17 8.7 0.6 0.57
Hex D4 64 51 0 35 3E 11 9 3C 39
Octal 324 144 121 0 65 76 21 11 74 71
Binary 11010100 1100100 1010001 0 110101 111110 10001 1001 111100 111001

Color Harmonies of #D46451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46451

Black with #D46451

Text Example


Text Example

White with #D46451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46451; }

 p { color: rgb(212,100,81); }

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

background-color css

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

 a { background-color: rgb(212,100,81); }

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

border-color css

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

 span { border-color: rgb(212,100,81); }

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