Html Css Color HEX #D46879 Froly

📋 copy color: '#D46879'

red 212 ◦ green 104 ◦ blue 121

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

Shades of Froly #D46879

Tints of Froly #D46879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 48.51%
G = 23.8%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D46879 (or 0xD46879) is known color: Froly. HEX triplet: D4, 68 and 79. RGB value is (212,104,121). Sum of RGB (Red+Green+Blue) = 212+104+121=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D46879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46879 is #2B9786. Grayscale: #8A8A8A. Windows color (decimal): -2856839 or 7956692. OLE color: 7956692.

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

Color convert

RGB 212 104 121 -
CMYK 0 0.51 0.43 0.17
HSL 350.56º 0.56% 0.62% -
HSV(B) 350.56º 0.51% 0.83% -
XYZ 35.55 25.28 21.09 -
YUV 138.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 212 104 121 0 0.51 0.43 0.17 350.56 0.56 0.62
Hex D4 68 79 0 33 2B 11 15F 38 3E
Octal 324 150 171 0 63 53 21 537 70 76
Binary 11010100 1101000 1111001 0 110011 101011 10001 101011111 111000 111110

Color Harmonies of #D46879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46879

Black with #D46879

Text Example


Text Example

White with #D46879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46879; }

 p { color: rgb(212,104,121); }

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

background-color css

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

 a { background-color: rgb(212,104,121); }

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

border-color css

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

 span { border-color: rgb(212,104,121); }

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