Html Css Color HEX #D46873 Froly

📋 copy color: '#D46873'

red 212 ◦ green 104 ◦ blue 115

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

Shades of Froly #D46873

Tints of Froly #D46873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 49.19%
G = 24.13%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D46873 (or 0xD46873) is known color: Froly. HEX triplet: D4, 68 and 73. RGB value is (212,104,115). Sum of RGB (Red+Green+Blue) = 212+104+115=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46873 is #2B978C. Grayscale: #898989. Windows color (decimal): -2856845 or 7563476. OLE color: 7563476.

HSL color Cylindrical-coordinate representation of color #D46873: hue angle of 353.89º 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 #D46873 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 115 -
CMYK 0 0.51 0.46 0.17
HSL 353.89º 0.56% 0.62% -
HSV(B) 353.89º 0.51% 0.83% -
XYZ 35.2 25.14 19.22 -
YUV 137.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 212 104 115 0 0.51 0.46 0.17 353.89 0.56 0.62
Hex D4 68 73 0 33 2E 11 162 38 3E
Octal 324 150 163 0 63 56 21 542 70 76
Binary 11010100 1101000 1110011 0 110011 101110 10001 101100010 111000 111110

Color Harmonies of #D46873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46873

Black with #D46873

Text Example


Text Example

White with #D46873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46873; }

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

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

background-color css

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

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

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

border-color css

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

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

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