Html Css Color HEX #D46576 Froly

📋 copy color: '#D46576'

red 212 ◦ green 101 ◦ blue 118

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

Shades of Froly #D46576

Tints of Froly #D46576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 49.19%
G = 23.43%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D46576 (or 0xD46576) is known color: Froly. HEX triplet: D4, 65 and 76. RGB value is (212,101,118). Sum of RGB (Red+Green+Blue) = 212+101+118=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46576 is #2B9A89. Grayscale: #888888. Windows color (decimal): -2857610 or 7759316. OLE color: 7759316.

HSL color Cylindrical-coordinate representation of color #D46576: hue angle of 350.81º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46576 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 118 -
CMYK 0 0.52 0.44 0.17
HSL 350.81º 0.56% 0.61% -
HSV(B) 350.81º 0.52% 0.83% -
XYZ 35.08 24.61 20.04 -
YUV 136.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 212 101 118 0 0.52 0.44 0.17 350.81 0.56 0.61
Hex D4 65 76 0 34 2C 11 15F 38 3D
Octal 324 145 166 0 64 54 21 537 70 75
Binary 11010100 1100101 1110110 0 110100 101100 10001 101011111 111000 111101

Color Harmonies of #D46576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46576

Black with #D46576

Text Example


Text Example

White with #D46576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46576; }

 p { color: rgb(212,101,118); }

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

background-color css

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

 a { background-color: rgb(212,101,118); }

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

border-color css

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

 span { border-color: rgb(212,101,118); }

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